We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83afed4 commit 22fc100Copy full SHA for 22fc100
README.md
@@ -56,9 +56,13 @@ The terminal is split in 3 different areas:
56
<kbd>PgDn</kbd>|Moves to the next list page circularly
57
<kbd>Ctrl</kbd><kbd>c</kbd>|Exits the application
58
59
-
60
## TODO
61
- [x] Add search functionality among the existing sites.
62
- [x] Display full news content.
63
- [ ] Add tags to bookmarks
64
- [ ] Apply caching
+
65
+## Credits
66
+* [GOCUI](https://github.com/jroimartin/gocui) for the UI
67
+* [gofeed](https://github.com/mmcdole/gofeed) for retrieving the RSS feed
68
+* [GoOse](https://github.com/advancedlogic/GoOse) for extracting article content
0 commit comments