From 25122d0549c473cf65b079c1dc346a94fe36baff Mon Sep 17 00:00:00 2001 From: drduh Date: Thu, 2 Jul 2015 23:19:35 -0400 Subject: [PATCH] Update screencast gif, readme docs and license title. --- LICENSE.md | 2 ++ README.md | 12 +++++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 750c399..3ae38bc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,5 @@ +The MIT License (MIT) + Copyright (c) 2015 drduh Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 85f1c16..c91ed12 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,12 @@ GnuPG wrapper for password management. This script uses GPG to manage an encrypted text file containing passwords. -![Screencapture GIF](https://i.imgur.com/zLScRUL.gif) +![Screencapture GIF](https://i.imgur.com/088iLqu.gif) # Requirements -Requires `gpg`. Install with `brew install gpg` or `apt-get install gnupg` or build and install it from [source](https://www.gnupg.org/download/index.html). +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). # Installation @@ -16,11 +18,11 @@ Requires `gpg`. Install with `brew install gpg` or `apt-get install gnupg` or bu Run the script with `./pwd.sh` -Type `w` to create a password. Will update existing password with same Username/ID. +Type `w` to write a password. -Type `r` to print stored passwords. Can be piped to `grep` and `pbcopy` or `xsel`, for example. +Type `r` to read passwords. Pipe to `grep` and `pbcopy` or `xsel`, for example. -Type `d` to delete a password by Username/ID. +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).