1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-10 09:20:41 +01:00

feat(rbw): add rbwpw function to copy passwords to the clipboard (#10639)

This commit is contained in:
Carlo Sala
2022-02-09 22:55:05 +01:00
committed by GitHub
parent 897fa09f15
commit c41f2e7a09
2 changed files with 40 additions and 0 deletions

View File

@@ -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.