From 9dab98991dc35b323f5fa3026fc580b597d61f48 Mon Sep 17 00:00:00 2001 From: shohidulbari Date: Tue, 4 Nov 2025 02:33:24 +0600 Subject: [PATCH] Add a new project link in readme implemented with bbolt Signed-off-by: shohidulbari --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f365e51e3..fb10e4e7b 100644 --- a/README.md +++ b/README.md @@ -1028,5 +1028,6 @@ Below is a list of public, open source projects that use Bolt: * [tentacool](https://github.com/optiflows/tentacool) - REST api server to manage system stuff (IP, DNS, Gateway...) on a linux server. * [torrent](https://github.com/anacrolix/torrent) - Full-featured BitTorrent client package and utilities in Go. BoltDB is a storage backend in development. * [Wiki](https://github.com/peterhellberg/wiki) - A tiny wiki using Goji, BoltDB and Blackfriday. +* [sumb](https://github.com/shohidulbari/sumb) - A terminal-based note manager with full-text search. If you are using Bolt in a project please send a pull request to add it to the list.