From 57f20aa79b3bd02e593d0ac1c3d1278aa5865569 Mon Sep 17 00:00:00 2001 From: PineappleCountertop <55994822+PineappleCountertop@users.noreply.github.com> Date: Sat, 22 Aug 2020 22:50:32 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index fb7592d..76391e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # bwSearch Bash script that copies passwords into the clipboard from the bitwarden-cli + +## Installation +Download the file, make it executable, run, enjoy + +## Usage +`bwSearch name_of_the_website` +## Requirements +* bitwarden-cli +* dmenu +* jq +* zenity + +## 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)