commit 43b6867

hovercats  ·  2023-08-30 00:11:10 +0000 UTC
parent f3d0233
bmks: minimize help section. dont really need much more than this
1 files changed,  +1, -14
+1, -14
 1@@ -9,20 +9,7 @@ filename=urls
 2 bookmarks="$file_path/$filename"
 3 
 4 usage () {
 5-    printf "bmks: A simple bookmarking script that uses dmenu
 6-
 7-Usage:
 8-bmks help
 9-  show this message
10-bmks add <url>
11-  add a new bookmark
12-bmks del
13-  remove a bookmark
14-bmks ls
15-  list bookmarks
16-
17-Configuration is done directly in script by editing the variables.
18-"
19+    printf "Usage: bmks add <url> | del | ls\n"
20 
21 }
22 bmks_add () {