Smaller screencast

This commit is contained in:
drduh 2015-07-03 00:52:34 -04:00
parent bfeece461b
commit c3139e4a1e
1 changed files with 7 additions and 9 deletions

View File

@ -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.