From 50edc11fb748f853c3cf62b7dbcb16e4e81e8794 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Mon, 22 Apr 2024 11:37:02 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65921a6..b3a7a5d 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ ln -s ../../lib src/lib # start bw serve export BW_SESSION="$(bw unlock --raw)" && bw serve --hostname 127.0.0.1& # get dropdown (takes a second) -bw-menu select +./src/main.py select # get password of last selected entry -bw-menu history get 0 password +./src/main.py history get 0 password # list 5 last selected entries -bw-menu history list +./src/main.py history list ```