diff options
| -rw-r--r-- | share/man/keyringer.1 | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 0ef1530..6435ac9 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -220,24 +220,44 @@ secrets. recrypt <\f[I]secret\f[R]> Re-encrypts a secret by decrypting it and encrypting it again. Useful when users are added into the recipient configuration. +.RS +.PP If no \f[I]secret\f[R] is given, all secrets in the repository are re-encrypted. +.RE .TP -clip <\f[I]secret\f[R]> +clip [\f[I]query\f[R]] Copy the first line of a secret to the clipboard, following password-store convention. +.RS +.PP +If the query does not exactly match an existing secret, a interactive +prompt menu is shown, helping selecting the secret. +.RE .TP -xclip <\f[I]secret\f[R]> -Alias to clip action. +xclip [\f[I]query\f[R]] +Alias to the clip action. .TP -sclip <\f[I]secret\f[R]> -Same as clip action, but sleeps five seconds, overwrite clipboard and +sclip [\f[I]query\f[R]] +Invokes the clip action, sleeps five seconds, overwrite clipboard and exit. +.RS +.PP If xdotool is available, it also switches to the next window using the alt+Tab shortcut. This action is useful to be invoked by a custom key combo in a window manager so it becomes easy to provide keyringer managed passphrases to other applications such as a web browser. +.RE +.TP +search [\f[I]query\f[R]] +Similar to the clip action, but without showing the initial selection +menu: instead, it just shows a prompt if the query does not exactly +match an existing single. +.TP +ssearch [\f[I]query\f[R]] +Like the the sclip action, but invokes the search instead of the clip +action. .SH CONFIGURATION ACTIONS .TP commands |
