add README
This commit is contained in:
commit
7a949bde0e
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# Bitwarden Menu
|
||||
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
# todo
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
# start bw serve
|
||||
export BW_SESSION="$(bw unlock --raw)" && bw serve --hostname 127.0.0.1&
|
||||
# get dropdown (takes a second)
|
||||
bw-menu select
|
||||
|
||||
# get password of last selected entry
|
||||
bw-menu history get 0 password
|
||||
|
||||
# list 5 last selected entries
|
||||
bw-menu history list
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user