Grokfeed is a terminal feed reader that consolidates content from Hacker News, Reddit, and lobste.rs into one unified interface. With features like color-coded sources, inline reading, and a comments viewer, it offers an efficient way to stay updated without leaving the command line.
grokfeed is a terminal-based feed reader designed specifically for aggregating and displaying content from Hacker News, Reddit, and lobste.rs. It offers a streamlined way to consume updates and engage with popular online discussions through an intuitive text user interface (TUI).
~/.grokfeed/config.toml is auto-generated on the first run, simplifying setup.To launch grokfeed, use the following command:
grokfeed
| Key | Action |
|---|---|
j / ↓ | Move down |
k / ↑ | Move up |
Enter | Open post body (text posts) or URL |
c | Open comments |
f | Cycle source filter |
r | Refresh all sources |
q | Quit |
| Key | Action |
|---|---|
j / ↓ | Scroll down |
k / ↑ | Scroll up |
c | Open comments for this post |
o | Open URL in browser |
q / Esc | Close |
| Key | Action |
|---|---|
j / ↓ | Scroll down |
k / ↑ | Scroll up |
q / Esc | Close |
Configuration can be managed through the default file located at ~/.grokfeed/config.toml, which is created upon the first launch:
subreddits = ["programming", "python", "machinelearning"]
hn_story_count = 30
reddit_post_count = 15
lobsters_post_count = 25
Edit this file to adjust the subreddits and other parameters; changes take effect upon the next launch or by refreshing with r.
With grokfeed, engage with the vibrant discussions from Hacker News, Reddit, and lobste.rs, all from the comfort of your terminal.
No comments yet.
Sign in to be the first to comment.