update README

This commit is contained in:
Navid Sassan 2024-04-22 11:37:02 +02:00
parent 1070450d8a
commit 50edc11fb7

View File

@ -20,11 +20,11 @@ ln -s ../../lib src/lib
# start bw serve # start bw serve
export BW_SESSION="$(bw unlock --raw)" && bw serve --hostname 127.0.0.1& export BW_SESSION="$(bw unlock --raw)" && bw serve --hostname 127.0.0.1&
# get dropdown (takes a second) # get dropdown (takes a second)
bw-menu select ./src/main.py select
# get password of last selected entry # get password of last selected entry
bw-menu history get 0 password ./src/main.py history get 0 password
# list 5 last selected entries # list 5 last selected entries
bw-menu history list ./src/main.py history list
``` ```