readme: format using prettier

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-16 16:19:10 +02:00
parent a78870d47a
commit 8e74a21b19
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -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. Currently only supports reading/copying usernames and passwords for items.
## Controls ## Controls
- general: `ctrl-c` to exit
- login: `<tab>` to move between email, password and ok button - general: `ctrl-c` to exit
- 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 - 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 ## Installation
Either directly from git using: Either directly from git using:
```bash ```bash
cargo install --git 'https://git.sr.ht/~c8h4/bwtui' cargo install --git 'https://git.sr.ht/~c8h4/bwtui'
``` ```
or from [crates.io](https://crates.io/crates/bwtui): or from [crates.io](https://crates.io/crates/bwtui):
```bash ```bash
cargo install bwtui cargo install bwtui
``` ```
@ -25,20 +28,20 @@ cargo install bwtui
`bwtui` still got lots of rough edges: `bwtui` still got lots of rough edges:
- [x] ~~offline support~~ - [x] ~~offline support~~
- [ ] better error handling/propagating - [ ] better error handling/propagating
- [ ] configurable shortcuts - [ ] configurable shortcuts
- [ ] (optional) clipboard clearing after x seconds - [ ] (optional) clipboard clearing after x seconds
- [ ] (optional) vault locking after x seconds - [ ] (optional) vault locking after x seconds
- [ ] re-sync with bitwarden server / reuse of access token - [ ] re-sync with bitwarden server / reuse of access token
- [ ] domain list support - [ ] domain list support
- [ ] login URI launching - [ ] login URI launching
- [ ] card/identity/note support - [ ] card/identity/note support
- [ ] folder support - [ ] folder support
- [ ] item totp/notes/custom field support - [ ] item totp/notes/custom field support
- [ ] support for on-premise servers - [ ] support for on-premise servers
- [ ] check some of the crypto stuff (especially hmac stuff) - [ ] check some of the crypto stuff (especially hmac stuff)
- [ ] (maybe) editing of vault items - [ ] (maybe) editing of vault items
## License ## License