mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(rbw): add rbwpw function to copy passwords to the clipboard (#10639)
This commit is contained in:
parent
897fa09f15
commit
c41f2e7a09
2 changed files with 40 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue