diff options
author | David Thompson <davet@gnu.org> | 2015-05-25 21:12:15 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2015-05-25 21:12:15 -0400 |
commit | 333a5fd740c02d3bfa962fb8d5141788b93a4946 (patch) | |
tree | 74fd0f114aebb0b509fed27c2531a056d326c07f /README | |
parent | 101a426a269c2f038068514f67cd0605f3f54698 (diff) |
Add show, hide, and remove subcommands.
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -7,20 +7,17 @@ with a [[gnupg.org][GnuPG]] key. * Usage #+BEGIN_SRC sh - # Add a new password - shroud add "bank account" hackme + # Add a new secret + shroud hide --id=bank-account --username=foobar --password=hackme - # Show a saved password - shroud show "bank account" + # Replace an existing secret + shroud hide --replace --id=bank-account --username=foobar --password=hackmepls - # Show all passwords - shroud list-all + # Show a saved password + shroud show bank-account # Delete a password shroud remove "personal email" - - # Delete all passwords - shroud clear #+END_SRC * Dependencies |