diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 23:56:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-26 23:56:30 -0200 |
commit | 6e077ce5604f8de1eec8e953248674423254246d (patch) | |
tree | 9b0cee6c0bb79ab0a956982c015fa1d422073ae9 /share/man/keyringer.1.mdwn | |
parent | 7468b6ec0df6aa6c594640154eecb02b12cca5e5 (diff) | |
download | keyringer-6e077ce5604f8de1eec8e953248674423254246d.tar.gz keyringer-6e077ce5604f8de1eec8e953248674423254246d.tar.bz2 |
Adding mv and rmdir actions
Diffstat (limited to 'share/man/keyringer.1.mdwn')
-rw-r--r-- | share/man/keyringer.1.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index c3a8a7c..1cd7a45 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -62,6 +62,9 @@ ls <*path*> mkdir <*path*> : Create a directory inside the repository *keys* folder. +:rmdir <*path*> +: Remove an empty folder inside the repository *keys* folder. + 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 @@ -116,6 +119,9 @@ del <*secret*> rm <*secret*> : Alias for *del* action. +mv <*secret*> <*dest*> +: Rename a secret. + 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. |