diff --git a/README.md b/README.md index 383fb38..4d9575e 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ # pwd.sh -GnuPG wrapper for password management. -This script uses GPG to manage an encrypted text file containing passwords. +Script to manage passwords in an encrypted file using gpg. -![Screencapture GIF](https://i.imgur.com/088iLqu.gif) - -# Requirements -Requires `gpg`. - -Install with `brew install gpg` or `sudo apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html). +![screencast gif](https://i.imgur.com/nkJ7Zlt.gif) # Installation git clone https://github.com/drduh/pwd.sh && cd pwd.sh +Requires `gpg` + +Install with `brew install gpg` or `sudo apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html). + # Use Run the script with `./pwd.sh` @@ -24,6 +22,6 @@ Type `r` to read a password or all passwords. Type `d` to delete a password. -The encrypted file `pwd.sh.safe` can be safely shared between machines over public channels (Google Drive, Dropbox, etc). +The encrypted file `pwd.sh.safe` and script can be safely shared between machines over public channels (Google Drive, Dropbox, etc). A sample `gpg.conf` configuration file is provided for your consideration.