From 8e74a21b19740febe369b62a8dd1cf62b1a8494a Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 16 Aug 2024 16:19:10 +0200 Subject: [PATCH] readme: format using prettier Signed-off-by: Christoph Heiss --- README.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 317c6cf..cfda6b7 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,21 @@ 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: `` 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 + +- general: `ctrl-c` to exit +- login: `` 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: + ```bash cargo install --git 'https://git.sr.ht/~c8h4/bwtui' ``` or from [crates.io](https://crates.io/crates/bwtui): + ```bash cargo install bwtui ``` @@ -25,20 +28,20 @@ cargo install bwtui `bwtui` still got lots of rough edges: -- [x] ~~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 +- [x] ~~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