mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-25 18:40:18 +00:00
Add bw
plugin for bitwarden
- Add `bw` plugin - Update bitwarden entry Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
parent
3df425c474
commit
f0c3b1ede1
1 changed files with 2 additions and 1 deletions
|
@ -543,7 +543,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
- [betterbrew](https://github.com/timothyrowan/betterbrew-zsh-plugin) - Add more command aliases for `brew`
|
||||
- [bitbucket-git-helpers](https://github.com/unixorn/bitbucket-git-helpers.plugin.zsh) - Adds helper scripts to allow you to create bitbucket PRs or open a directory in the current branch.
|
||||
- [bitwarden (game4move78)](https://github.com/Game4Move78/zsh-bitwarden) - Adds functions to manage [bitwarden](https://bitwarden.com/) sessions.
|
||||
- [bitwarden (kalsowerus)](https://github.com/kalsowerus/zsh-bitwarden) - Opens a fzf widget containing your [Bitwarden](https://bitwarden.com/) vault items. Upon selecting an item either the username or password will be either written into the shell or copied into the clipboard. Requires `fzf`, `jq` and `bitwarden`.
|
||||
- [bitwarden (kalsowerus)](https://github.com/kalsowerus/zsh-bitwarden) - Opens a [fzf](https://github.com/junegunn/fzf) widget containing your [Bitwarden](https://bitwarden.com/) vault items. Upon selecting an item either the username or password will be either written into the shell or copied into the clipboard. Requires `fzf`, `jq` and `bitwarden`.
|
||||
- [blackbox](https://github.com/StackExchange/blackbox) - [Stack Exchange](https://stackexchange.com)'s toolkit for storing keys/credentials securely in a `git` repository.
|
||||
- [bofh](https://github.com/fundor333/bofh) - Adds functions to display random bofh fortunes.
|
||||
- [bol](https://github.com/ikhurramraza/bol) - Prints a random quote when you open a terminal window.
|
||||
|
@ -555,6 +555,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not
|
|||
- [browse-commit](https://github.com/adolfoabegg/browse-commit) - A plugin that lets you open any commit in your browser from the command line.
|
||||
- [bruse](https://github.com/aubreypwd/zsh-plugin-bruse) - Makes it easy to `brew link` different versions of packages.
|
||||
- [bumblebee](https://github.com/Niverton/zsh-bumblebee-plugin) - A plugin to toggle optirun in the command line.
|
||||
- [bw](https://github.com/begris/bw-zsh-plugin) - Provides formatting options and easy access to credentials stored in [Bitwarden](https://bitwarden.com) via the Bitwarden [CLI](https://bitwarden.com/download/). The plugin tries to retrieve a valid session before each action, therefore an explicit login is not nescessary beforehand.
|
||||
- [c](https://github.com/sebastiangraz/c) - Adds some `git` shortcuts.
|
||||
- [calc](https://github.com/arzzen/calc.plugin.zsh) - A calculator for ZSH.
|
||||
- [calibre-zaw-source](https://github.com/junkblocker/calibre-zaw-source) - [Calibre - E-book management](https://calibre-ebook.com/) source for [zaw](https://github.com/zsh-users/zaw)
|
||||
|
|
Loading…
Reference in a new issue