diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-01 08:50:38 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-01 08:50:38 -0400 |
commit | cce0f6a494205f43ca81c848e32ab6191d9990ed (patch) | |
tree | 8cdba854426c8e5c1e2a4a5913227dd56ed5fbed /README | |
parent | 51adb648e0528833a0b2d777ea0d9cf3afdce579 (diff) |
README: Add X clipboard example.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ arbitrary set of key/value data pairs. # Show a single value in a secret: shroud show bank-account password - # Delete a secret + # Copy a password directly to X clipboard: + shroud show -c bank-account password + + # Delete a secret: shroud remove bank-account #+END_SRC |