diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2022-02-19 17:12:23 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2022-02-19 17:12:23 -0600 |
commit | cae9a2b797649379e865e6bd73bc67e294e4ac77 (patch) | |
tree | 481419eff4bc761c3ca516704427394193473419 /plugins/rbw/README.md | |
parent | 49edbf438ed690c76e6b2af80368c59404cf0167 (diff) | |
parent | 3427da4057dbe302933a7b5b19b4e23bfb9d0969 (diff) | |
download | zsh-cae9a2b797649379e865e6bd73bc67e294e4ac77.tar.gz zsh-cae9a2b797649379e865e6bd73bc67e294e4ac77.tar.bz2 zsh-cae9a2b797649379e865e6bd73bc67e294e4ac77.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/rbw/README.md')
-rw-r--r-- | plugins/rbw/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/rbw/README.md b/plugins/rbw/README.md index 87d073d24..cae36cead 100644 --- a/plugins/rbw/README.md +++ b/plugins/rbw/README.md @@ -9,4 +9,14 @@ To use it, add `rbw` to the plugins array in your zshrc file: plugins=(... rbw) ``` +## `rbwpw` + +The `rbwpw` function is a wrapper around `rbw`. It copies the password in the +clipboard for the service you ask for and clears the clipboard 20s later. +The usage is as follows: + +```zsh +rbwpw <service> +``` + This plugin does not add any aliases. |