Download the latest release here.
Or install it from sources with cargo install hacker-newsfeed
.
- Tabs to browse Top, New, Show HN, Ask HN and Jobs stories
- Open external links in browser
- Show comments for stories in app
- Expand and collapse story comments in tree-like structure
- Refresh to load new stories
- Navigation with keyboard shortcuts
- Accessibility and screenreader support
- Made with egui
F5
- RefreshBackspace
- Go back to story view from comment sectionAlt + Left Arrow
- Go back a pageAlt + Right Arrow
- Go to next page (load more)Alt + 1
- Switch to Top tabAlt + 2
- Switch to New tabAlt + 3
- Switch to Show HN tabAlt + 4
- Switch to Ask HN tabAlt + 5
- Switch to Jobs tabF12
- Debug menu
Tab
- Focus next ui itemShift + Tab
- Focus previous ui itemSpace
orEnter
- interact with ui item (click link/button)