nom
nom copied to clipboard
RSS reader for the terminal
Describe the feature you'd like: Currently, the `o` key opens the first link in a feed item. I would like the ability to open multiple links from a single feed...
Think it would be helpful to list the keybindings in the README and/or add a "non bindings" to display in the terminal
I've noticed a couple of discrepancies in how things behave when using filters: 1. When in a filter view, using `m` to mark an item as read makes all the...
Hi! Thanks for the great work! I was looking for a [NewsBoat](https://github.com/newsboat/newsboat) alternative, and saw this! Is there a place for people to support this project? Harvey
There are several points in the code where we effectively do this: ```go if err != nil { return m, tea.Quit } ``` That's not great from a usability perspective...
Carrying on from discussion on https://github.com/guyfedwards/nom/issues/155. > While I understand why using a sqlite in-memory database is an attractive solution, I would like to suggest instead writing a simple, pure-go...
Running `nom` with the `-f` flag, it successfully displays items from the given RSS feed...but when selecting an item, it exits immediately. Is this expected behavior, or is this a...
As mentioned in #34, there is a need for feeds to be organized by tags. I have many feeds on different topics and I do not remember the exact name...
When running nom, and you refresh your feed by pressing "r", nom permanently displays a "refreshed" status for the length of the nom session. For me that is days or...
I'd like to be able to have the filter for a category be strict, so I can just view that category. Seems the filter is a fuzzy match. Perhaps an...