recrypt <*secret*>
: Re-encrypts a secret by decrypting it and encrypting it again. Useful when users are added
- into the recipient configuration. If no *secret* is given, all secrets in the repository
- are re-encrypted.
+ into the recipient configuration.
-clip <*secret*>
+ If no *secret* is given, all secrets in the repository are re-encrypted.
+
+clip [*query*]
: Copy the first line of a secret to the clipboard, following password-store convention.
-xclip <*secret*>
-: Alias to clip action.
+ If the query does not exactly match an existing secret, a interactive
+ prompt menu is shown, helping selecting the secret.
+
+xclip [*query*]
+: Alias to the clip action.
+
+sclip [*query*]
+: Invokes the clip action, sleeps five seconds, overwrite clipboard and exit.
+
+ 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.
+
+search [*query*]
+: 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.
-sclip <*secret*>
-: Same as clip action, but sleeps five seconds, overwrite clipboard and exit. 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.
+ssearch [*query*]
+: Like the the sclip action, but invokes the search instead of the clip action.
# CONFIGURATION ACTIONS