From 33147559a499ecde2b6f8224c77725ea47585358 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 26 Mar 2016 22:52:51 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6f3d83..31d1fa7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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. +`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 bookmark 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.