Small and simple TUI (terminal user interface) for your bitwarden vault.
Currently only supports reading/copying usernames and passwords for items.
<esc>
or ctrl-c
to exit<tab>
to move between email, password and ok buttonj/k
move up/down, ctrl-u
copy username, ctrl-p
copy passwordEither directly from git using:
bash
cargo install --git https://github.com/christoph-heiss/bwtui.git
or from crates.io:
bash
cargo install bwtui
bwtui
still got lots of rough edges:
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed by MIT license as above, without any additional terms or conditions.