summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2015-11-09 03:59:17 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2015-11-09 03:59:17 +0530
commit7d2f5beeed3703c5e2aef3c527e4651e386c617c (patch)
tree185912f8a4aa4e746bc7263b25dec7df76da2342
parent3c1ac792222c95f8e90d63e57d5267f1b6a4d5e1 (diff)
Update README.md
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d9d46d..332186f 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,26 @@ Download the <a href="https://github.com/jarun/markit/archive/master.zip">develo
If you do not want to install, `markit` is standalone:
<pre>$ chmod +x markit
$ ./markit ...</pre>
+
+# Usage
+<pre>Usage: markit [OPTIONS] KEYWORDS...
+Bookmark manager. Your private Google.
+
+Options
+ -a URL tag 1, tag 2, ... add a bookmark with comma separated tags
+ -d N delete entry at index N
+ -D delete ALL bookmarks
+ -i N add entry at index N, works with -a, use to fill deleted index
+ -o fetch title info from web, works with -a or -u
+ -p show all bookmarks along with real index from database
+ -s keyword(s) search all bookmarks for a (partial) tag or keywords
+ -u N update entry at index N (from output of -p)
+ -z show debug information
+ you can either add or update or delete in one instance
+ any other option shows help and exits markit
+
+Keys
+ 1-N open Nth search result in browser. Enter exits markit.</pre>
Goals
-