bwSearch/README.md
PineappleCountertop 577026d8df
Update README.md
Solved one TODO
2020-08-24 10:23:11 +02:00

17 lines
486 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`), run, enjoy
## Usage
`bwSearch name_of_the_website`
## Requirements
* bitwarden-cli
* dmenu
* jq
## 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)