bwSearch/README.md

23 lines
608 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-24 15:41:54 +02:00
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
2020-08-23 00:50:32 +02:00
## Usage
`bwSearch name_of_the_website`
2020-08-24 10:24:56 +02:00
or
`bwSearch username`
2020-08-23 00:50:32 +02:00
## Requirements
* bitwarden-cli
* dmenu
* jq
2020-08-24 10:24:56 +02:00
* xclip
2020-08-26 11:02:23 +02:00
* notify-send
2020-08-23 00:50:32 +02:00
## TODO
2020-08-24 10:23:11 +02:00
<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>
2020-08-23 00:50:32 +02:00
* Clear the clipboard after some amount of time (a minute)