From efb9cea5dda4b10855cc25d7353b0262ef8ff5db Mon Sep 17 00:00:00 2001 From: Jairo Chaves B <69397360+jairochavesb@users.noreply.github.com> Date: Sat, 28 May 2022 21:33:28 -0600 Subject: [PATCH] New tool using clui. (#150) Update README.md - add an application using the library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3456bd..7c9331a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ The current version is 1.2.1. Please see details in [changelog](./changelog). ## Applications that uses the library * Terminal FB2 reader(termfb2): https://github.com/VladimirMarkelov/termfb2 * NMCLUI: A tool to connect to wifi networks from console, similar to nmtui. https://github.com/jairochavesb/nmclui. +* Bookmarkscli: A command line bookmark manager. https://github.com/jairochavesb/bookmarkscli. ## Documentation * [Introduction](/docs/intro.md)