bwSearch/README.md

17 lines
479 B
Markdown
Raw Normal View History

2020-08-23 00:26:30 +02:00
# bwSearch
Bash script that copies passwords into the clipboard from the bitwarden-cli
2020-08-23 00:50:32 +02:00
## Installation
2020-08-23 01:00:30 +02:00
Download the file, make it executable (`chmod +x /path/to/bwSearch`), run, enjoy
2020-08-23 00:50:32 +02:00
## Usage
`bwSearch name_of_the_website`
## Requirements
* bitwarden-cli
* dmenu
* jq
## TODO
* 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
* Clear the clipboard after some amount of time (a minute)