bwSearch/README.md
PineappleCountertop 6e49eb6ff9
Update README.md
2020-08-24 15:41:54 +02:00

22 lines
594 B
Markdown

# bwSearch
Bash script that copies passwords into the clipboard from the bitwarden-cli
## Installation
Download the file, make it executable (`chmod +x /path/to/bwSearch`)
Unlock your bitwarden-cli instance, copy the BW_SESSION token in the script
save and run
## Usage
`bwSearch name_of_the_website`
or
`bwSearch username`
## Requirements
* bitwarden-cli
* dmenu
* jq
* xclip
## TODO
<s>* use only one between dmenu and zenity for the input of the domain and for the selection of one between multiple logins on the same domain</s>
* Clear the clipboard after some amount of time (a minute)