A beautiful terminal UI for Hacker News and Reddit, built with Go and Bubble Tea.
- Multi-source: Aggregates Hacker News and your favorite subreddits.
- Navigable Comment Trees: Browse discussions with ease.
- Fold/Unfold: Collapse threads to focus on what matters.
- Customizable: Add/remove subreddits and change sort order directly in the TUI.
- Fast: Concurrent fetching for all sources.
The fastest way to install is via our one-line script. It automatically downloads the correct binary for your system and installs it to /usr/local/bin.
curl -sSfL https://raw.githubusercontent.com/joeyism/technews-tui/main/install.sh | shIf you use Homebrew, you can install via our tap:
brew tap joeyism/tap
brew install technews-tuiDownload the pre-compiled binaries for Windows, macOS, and Linux from the Releases page.
If you have Go installed:
go install github.com/joeyism/technews-tui@latest↑/↓orj/k: Navigate storiesEnter: View commentso: Open link in browserTab: Cycle source filter (All → HN → r/linux → ...)s: Open settingsr: Refresh feed?: Toggle help
↑/↓orj/k: Navigate commentsEnterorSpace: Fold/unfold threadctrl+u / ctrl+d: Scroll half page up/downo: Open article in browserEscorq: Back to list
j/k: Navigatea: Add subredditd: Delete subredditt: Cycle sort orderEsc: Save and back
MIT