mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-11 10:49:51 +00:00
feat(rbw): add rbwpw function to copy passwords to the clipboard (#10639)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user