A terminal-based vault browser for Bitwarden.
Find a file
Christoph Heiss b5d479b135
flake: switch to latest nixpkgs and crane, update lockfile
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-08-16 16:36:40 +02:00
.forgejo/workflows ci: switch from builds.sr.ht manifest to forgejo action workflows 2024-08-16 16:36:40 +02:00
bitwarden chore: Clean up cargo manifests and license 2023-01-31 19:47:28 +01:00
src chore: Forbid unsafe code and allow unneeded clippy lint 2023-01-31 19:12:38 +01:00
.editorconfig ci: switch from builds.sr.ht manifest to forgejo action workflows 2024-08-16 16:36:40 +02:00
.gitattributes chore: Clean up cargo manifests and license 2023-01-31 19:47:28 +01:00
.gitignore Split out the Bitwarden API into a separate sub-crate. 2020-11-24 01:47:34 +01:00
.prettierrc.json ci: switch from builds.sr.ht manifest to forgejo action workflows 2024-08-16 16:36:40 +02:00
Cargo.lock cargo: bump directories 4.0.1 -> 5.0.1 and cursive 0.19.0 -> 0.20.0 2024-07-04 12:36:27 +02:00
Cargo.toml cargo: bump directories 4.0.1 -> 5.0.1 and cursive 0.19.0 -> 0.20.0 2024-07-04 12:36:27 +02:00
flake.lock flake: switch to latest nixpkgs and crane, update lockfile 2024-08-16 16:36:40 +02:00
flake.nix flake: switch to latest nixpkgs and crane, update lockfile 2024-08-16 16:36:40 +02:00
LICENSE chore: Clean up cargo manifests and license 2023-01-31 19:47:28 +01:00
README.md chore: Adjust git repo link 2023-01-31 19:43:22 +01:00

bwtui

Small and simple TUI (terminal user interface) for your bitwarden vault.

Currently only supports reading/copying usernames and passwords for items.

Controls

  • general: ctrl-c to exit
  • login: <tab> to move between email, password and ok button
  • vault: j/k move up/down, J/K to move to first/last item, ctrl-u copy username, ctrl-p copy password, ctrl-f fuzzy search

Installation

Either directly from git using:

cargo install --git 'https://git.sr.ht/~c8h4/bwtui'

or from crates.io:

cargo install bwtui

TODO list

bwtui still got lots of rough edges:

  • offline support
  • better error handling/propagating
  • configurable shortcuts
  • (optional) clipboard clearing after x seconds
  • (optional) vault locking after x seconds
  • re-sync with bitwarden server / reuse of access token
  • domain list support
  • login URI launching
  • card/identity/note support
  • folder support
  • item totp/notes/custom field support
  • support for on-premise servers
  • check some of the crypto stuff (especially hmac stuff)
  • (maybe) editing of vault items

License

Licensed under MIT LICENSE.

Contribution

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.