diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-10 18:45:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-10 18:45:10 -0200 |
commit | 2409a2c5bcdfd43c61072545e23148e9e9c6ca67 (patch) | |
tree | 5ac97c7c4ce132eb90b5c275ed9f3130b8144728 /share | |
parent | f58aac98a069c694d2a5791eb96a7554af6b798f (diff) | |
download | keyringer-2409a2c5bcdfd43c61072545e23148e9e9c6ca67.tar.gz keyringer-2409a2c5bcdfd43c61072545e23148e9e9c6ca67.tar.bz2 |
Adding 'shell' and 'help' to manpage (#34)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/keyringer.1.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index d4b71e3..b383507 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -61,6 +61,16 @@ tree <*path*> if *path* is specified using a tree-like format. Like the ls wrapper, this is a wrapper around the *TREE(1)* command. +shell +: Run keyringer on interactive mode from a built-in command-line prompt where + all other actions can be called and are operated from the current selected + keyring. + + An additional "cd" internal command is available for directory navigation. + + All <*secret*> parameters from actions invoked from the shell are called + relatively from the current selected directory. + # SECRET MANIPULATION ACTIONS All secret manipulation actions operate upon a *secret* which is the pathname @@ -151,6 +161,9 @@ preferences <*ls*|*edit*|*add*> usage : Show keyringer usage information. +help +: Alias for usage action. + recipients <*ls*|*edit*> <*recipients-file*> : List, create or edit recipients configuration. |