commit 4f853e184b0d9dd0a1867035303ff7881f25b4df parent 5139ae26954da47094ab378af5dbafb8754a7aa0 Author: Natasha Kerensikova <natgh@instinctive.eu> Date: Thu, 1 Feb 2024 20:31:10 +0000 README Diffstat:
A | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +This application is a TUI for managing a database of links to read +and generating ATOM feeds from user-provided tags and description. + +It is built around the [CHICKEN Scheme](https://call-cc.org/) +interpreter, and depends on [readline](https://tiswww.case.edu/php/chet/readline/rltop.html), +[lowdown](ehttps://bitbucket.org/DerGuteMoritz/lowdown), +and [SQLite](https://sqlite.org/index.html).