From 385397c980ad26761dc009b821aa3497389ba137 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 24 May 2022 20:03:43 +0930 Subject: [PATCH] Update README with project information --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 1f93ab4..442b986 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ # linkwallet + +A self-hosted bookmark database with full-text page content search. + +# Feature list + +* Simple cross-platform single binary deployment + * or docker if you prefer +* 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 +* Embedded database, no separate database system required +* Light on resources + +# Roadmap + +* Bookmarklet +* Tags