Hacker News new | ask | show | jobs
by altgans 1624 days ago
Haha, I literally just set up Newsboat[1] and this is my second article I read from the comfort of my terminal :) So far Newsboat is great: Everything configurable with text, fast and effortless. The key-binds took a little bit, but now I can even do stuff with hjkl!

I will take the opportunity to ask about two issues I am currently facing.

- Is there a feed for Github discussions?

- Does anyone have some ideas/sources for bookmark scripts? I found [2], but I am not really sure what it does.

[1]:https://newsboat.org/

[2]:https://github.com/gpakosz/.newsboat/blob/master/bookmark.sh

---

E: To add, in my opinion the killer feature of Newsboat is the fact that all links get appended to the article, similar to how I added the two links below my post. In Newsboat I can just press the corresponding number and open the link!

1 comments

GitHub has per-repo feeds for commits and a private feed for all your events[1], but not for issues or discussions, apparently[2]. Of course, you can always roll your own using the API, a web server, and a cron job, even if it is a bit inelegant.

[1] https://webapps.stackexchange.com/q/20535

[2] https://github.com/github/feedback/discussions/31