diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 16:18:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-11-26 16:18:55 -0200 |
commit | 17bfa3c574c8a44614053410edf06791cb432dbc (patch) | |
tree | 659892b220428fef6bb473b9049ec2accb9148bd /share/man/keyringer.1.mdwn | |
parent | f8641707496199e65eb37384791ff362d7710c72 (diff) | |
download | keyringer-17bfa3c574c8a44614053410edf06791cb432dbc.tar.gz keyringer-17bfa3c574c8a44614053410edf06791cb432dbc.tar.bz2 |
New actions: tree and rm (alias for del)
Diffstat (limited to 'share/man/keyringer.1.mdwn')
-rw-r--r-- | share/man/keyringer.1.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index d2156d8..d4b71e3 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -56,6 +56,11 @@ ls <*path*> if *path* is specified. Like the git wrapper, this is a wrapper around the *LS(1)* command. +tree <*path*> +: List contents from the toplevel repository *keys* folder or from relative paths + if *path* is specified using a tree-like format. Like the ls wrapper, this is a + wrapper around the *TREE(1)* command. + # SECRET MANIPULATION ACTIONS All secret manipulation actions operate upon a *secret* which is the pathname @@ -88,6 +93,9 @@ del <*secret*> To completely remove a file from a keyring, you should also rewrite the Git history yourself. +rm <*secret*> +: Alias for *del* action. + edit <*secret*> : Edit a secret by temporarily decrypting it, opening the decrypted copy into the text editor defined by the *$EDITOR* environment variable and then re-encrypting it. |