diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:33:52 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-11-17 11:33:52 -0200 |
commit | 7cb12867a3818b25ecca7bc8706563af7c7e4f93 (patch) | |
tree | 011fb9055227545897d8f35a1a01a5da1d01be69 /share/man | |
parent | 321be0df19d4443a4f13ca9870782f7c4ece049f (diff) | |
parent | 0aab0dbe67e07de3895d6a9b8a0c67941ae3fe65 (diff) | |
download | keyringer-7cb12867a3818b25ecca7bc8706563af7c7e4f93.tar.gz keyringer-7cb12867a3818b25ecca7bc8706563af7c7e4f93.tar.bz2 |
Imported Upstream version 0.4.1upstream_keyringer_0.4.1
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/keyringer.1 | 11 | ||||
-rw-r--r-- | share/man/keyringer.1.mdwn | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 39669b6..74bcf1f 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -240,6 +240,17 @@ password\-store convention. Alias to clip action. .RS .RE +.TP +.B sclip <\f[I]secret\f[]> +Same as clip action, but sleeps five seconds, overwrite clipboard and +exit. +If xdotool is available, it also switchs 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. +.RS +.RE .SH CONFIGURATION ACTIONS .TP .B commands diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 55ae216..8f024d1 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -174,6 +174,12 @@ clip <*secret*> xclip <*secret*> : Alias to clip action. +sclip <*secret*> +: Same as clip action, but sleeps five seconds, overwrite clipboard and exit. If xdotool + is available, it also switchs 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. + # CONFIGURATION ACTIONS commands |