f47346b5c0f86d3c276df889c1153a3a1b4eb173
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
or
bwSearch username
Requirements
- bitwarden-cli
- dmenu
- jq
- xclip
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)
Description
Languages
Shell
100%