]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/rbw/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / rbw / README.md
1 # Bitwarden (unofficial) CLI plugin
2
3 This plugin adds completion for [rbw](https://github.com/doy/rbw), an unofficial
4 CLI for [Bitwarden](https://bitwarden.com).
5
6 To use it, add `rbw` to the plugins array in your zshrc file:
7
8 ```zsh
9 plugins=(... rbw)
10 ```
11
12 ## `rbwpw`
13
14 The `rbwpw` function is a wrapper around `rbw`. It copies the password in the
15 clipboard for the service you ask for and clears the clipboard 20s later.
16 The usage is as follows:
17
18 ```zsh
19 rbwpw <service>
20 ```
21
22 This plugin does not add any aliases.