From b0a8225d31b5a6d6bb671334f346d7e69b2db0da Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 10 Nov 2015 10:53:35 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2417e0a..2257f63 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ If you find `markit` useful, please consider donating via PayPal. - Unique URLs to avoid duplicates, show index if URL already exists - Open search results in browser - Browser (Chromium and Firefox based) errors and warnings suppression -- Show all bookmarks in a go +- Show single bookmark by ID or all bookmarks in a go - Delete all bookmarks - Add a bookmark at Nth index, to fill deleted bookmark indexes - Secure SQLite3 queries to access database From 4c233d59a3fba04179cf21ab58c329f244f809ed Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 10 Nov 2015 10:54:22 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2257f63..5ec52fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # MarkIt `markit` is a cmdline bookmark management utility written using Python3 and SQLite3. Currently under development with implemented options working. + `markit` exists because of my monumental dependency on historious. I wanted the same database on my local system. However, I couldn't find any equally flexible solution. Hence, `MarkIt`! The SQLite3 database file is stored in `$HOME/.cache/markit/bookmarks.db` for each user.