Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makkes/bwtui
Simple Bitwarden Terminal User Interface
https://github.com/makkes/bwtui
bitwarden cli terminal tui
Last synced: 3 days ago
JSON representation
Simple Bitwarden Terminal User Interface
- Host: GitHub
- URL: https://github.com/makkes/bwtui
- Owner: makkes
- License: gpl-3.0
- Created: 2021-10-27T08:20:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T11:36:39.000Z (over 2 years ago)
- Last Synced: 2024-11-01T22:42:46.802Z (about 2 months ago)
- Topics: bitwarden, cli, terminal, tui
- Language: Makefile
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bwtui
A simple terminal user interface for [Bitwarden](https://bitwarden.com/)
## Prerequisites
bwtui currently only works on Linux. You need the following tools installed to make use of the full feature range:
* xsel: for copying username/password to the X11 clipboard
* [bw](https://github.com/bitwarden/cli): the Bitwarden CLI## Usage
After starting up, bwtui will fetch all items stored in your Vault and list them.
| Key | Action |
|-----|------------------------------------------------------------|
| `u` | copy the username of the highlighted item to the clipboard |
| `p` | copy the password of the highlighted item to the clipboard |
| `/` | filter items by name |
| `q` | quit bwtui |
| `r` | in the details dialog this reveals the password |The UI also supports the VIM movement controls `j` (one item down) and `k` (one item up).
## License
GNU General Public License v3.0 or later