summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Prakash Jana <engineerarun@gmail.com>2016-01-22 09:24:05 +0530
committerArun Prakash Jana <engineerarun@gmail.com>2016-01-22 09:24:05 +0530
commit9a391249936bd2e02e99ebd5aced6e5291f58793 (patch)
tree8d5fc4c822fa8c523b22b6436bf6588a5c790df1
parent6c760d5bffa327dc8edb5125a93eeef0cb39013b (diff)
Glance of features.1.6
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc30a60..83e9b05 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
`buku` (formerly `markit`) is a cmdline bookmark management utility written in Python3 and SQLite3. `buku` exists because of my monumental dependency on <a href="http://historio.us/">historious</a>. I wanted the same database on my local system. However, I couldn't find an equally flexible cmdline solution. Hence, `Buku`!
+You can add bookmarks to `buku` with tags, optionally fetch page title from web, search by keywords for matching tags or title or URL, update and remove bookmarks. You can open the URLs from search results directly in the browser. You can encrypt or decrypt the database file manually, optionally with custom number of hash passes for key generation.
+
The SQLite3 database file is stored in `$HOME/.cache/buku/bookmarks.db` for each user.
`buku` is GPLv3 licensed.