README.md (393B)
1 This application is a TUI for managing a database of links to read 2 and generating ATOM feeds from user-provided tags and description. 3 4 It is built around the [CHICKEN Scheme](https://call-cc.org/) 5 interpreter, and depends on [readline](https://tiswww.case.edu/php/chet/readline/rltop.html), 6 [lowdown](ehttps://bitbucket.org/DerGuteMoritz/lowdown), 7 and [SQLite](https://sqlite.org/index.html).