From e555a6652feb9a2c68fbba404e97801214f7e38a Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Wed, 12 Oct 2016 00:28:08 +0530 Subject: [PATCH] Update description. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 917aa92..fbc3eab 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ `buku` is a powerful bookmark management utility written in Python3 and SQLite3. When I started writing it, I couldn't find a flexible cmdline solution with a private, portable, merge-able database along with browser integration. Hence, `buku` (after my son's nickname). -With tagging and multiple options to search bookmarks, including a deep scan mode (particularly for URLs), `buku` makes finding a bookmark very easy. You can also open multiple bookmarks in the browser at once or revisit a random forgotten bookmark. +With tagging and multiple options to search bookmarks, including a deep scan mode (particularly for URLs), finding a bookmark is very easy. Multiple search results can be opened in the browser at once. -Though a terminal utility, it's possible to add bookmarks to `buku` without touching the terminal! Refer to the section on [GUI integration](#gui-integration). If you prefer the terminal, thanks to the shell completion scripts, you don't need to memorize any of the options. +Though a terminal utility, it's possible to add bookmarks to `buku` without touching the terminal! Refer to the section on [GUI integration](#gui-integration). If you prefer the terminal, thanks to the shell completion scripts, you don't need to memorize any of the options. There's an Easter egg to revisit random forgotten bookmarks too. ### Upcoming