README (466B)
1 BM 2 3 Depends on $BOOKMARK environment variable. It needs to contain path to file. 4 Bookmarks are written in simple format: 5 6 <url> <name> 7 8 available commands: 9 10 * bmadd <url> [<name>] 11 Add bookmark. 12 13 * bmls 14 List out all bookmarks 15 16 * bmrm 17 Removes bookmarks passed to stdin. Preferred usage: 18 bmls | grep "SEARCHSTRING" | bmrm 19 20 * bmmenu 21 Run dmenu and pass selected bookmark to $BROWSER. 22 23 24 License in /LICENSE 25 Feel free to contact me via mail: 26 <nemi@skaut.cz>