bm

Lazy bookmark system
git clone git://gtms.dev/bm.git
Log | Files | Refs | README | LICENSE

commit 952f1774caf7f1ff12f961882eb76f8367c5e2ba
parent 84f64bf3739e4ba4051ed110761e3e7be6f308b7
Author: Tomas Nemec <nemi@skaut.cz>
Date:   Mon,  7 Mar 2022 18:46:52 +0100

update README

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -3,11 +3,11 @@ Bookmark system - v1.0.0 ( 09.08.2021 ) Depends on $BOOKMARK environment variable. It needs to contain path to file. Bookmarks are written in markdown like format: - [name](url)tag1,tag2 + <url> <name> available commands: -* bmadd <name> <url> [<tags>] +* bmadd <name> <url> Add bookmark. * bmls @@ -17,7 +17,7 @@ available commands: Removes bookmarks passed to stdin. Preferred usage: bmls | grep "SEARCHSTRING" | bmrm -* bmmenu [--new-window] +* bmmenu Run dmenu and pass selected bookmark to $BROWSER.