Update README.md

This commit is contained in:
Arun Prakash Jana 2016-03-26 22:51:40 +05:30
parent 53d48ee56a
commit b2d4ff757d

View File

@ -7,8 +7,9 @@
You can add bookmarks to `buku` with title and tags, optionally fetch page title from web, search by keywords for matching tags or title or URL, update and remove bookmarks, title or tags. 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.
`buku` can also handle piped input, which lets you combine it with `xsel` (on Linux) and use a shortcut to add selected or copied text as bookmarks without touching the terminal.
Ref: [buku & xsel: add selected or copied URL as bookmark](http://tuxdiary.com/2016/03/26/buku-xsel/)
The SQLite3 database file is stored in `$HOME/.cache/buku/bookmarks.db` for each user.
The SQLite3 database file is stored in `$HOME/.cache/buku/bookmarks.db` for each user.
`buku` is **GPLv3** licensed. Copyright (C) 2015 [Arun Prakash Jana](mailto:engineerarun@gmail.com).