Skip to content

Commit

Permalink
Update screencast gif, readme docs and license title.
Browse files Browse the repository at this point in the history
  • Loading branch information
drduh committed Jul 3, 2015
1 parent 72443fa commit 25122d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).

Expand Down

0 comments on commit 25122d0

Please sign in to comment.