From 49288a5b8b38624aa7bb1daadce369ae920b824d Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sat, 28 May 2022 19:18:57 +0930 Subject: [PATCH] Update README with essential marketing --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1378cf4..f4ac149 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,20 @@ A self-hosted bookmark database with full-text page content search. * Simple cross-platform single binary deployment * or docker if you prefer +* Bookmarklet, single click to add a bookmark from any webpage * Full-text search * Bookmark content is scraped and indexed locally * Page content periodically refreshed automatically * Interactively search across titles and content * Rippingly fast results, as you type + * full text search ~60ms (over full text content of 600 bookmarks) * No need to remember how you filed something, you just need a keyword or two to discover it again -* Embedded database, no separate database system required +* Embedded database, no separate database required * Light on resources + * ~21Mb binary + * ~40Mb memory + * ~24Mb database (600 bookmarks, full text content indexed) * Easily export your bookmarks to a plain text file - your data is yours # Roadmap