Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# feedme

A read-only terminal UI for browsing [Hacker News](https://news.ycombinator.com), [Lobste.rs](https://lobste.rs), and [reddit](https://reddit.com).
A read-only terminal UI for browsing [Hacker News](https://news.ycombinator.com), [Lobste.rs](https://lobste.rs), [Tildes](https://tildes.net), and [Reddit](https://reddit.com).

## Install (macOS/Linux)

Expand All @@ -19,6 +19,13 @@ fm
# Browse Lobste.rs
fm -s lobsters

# Browse Tildes
fm -s tildes

# Browse a specific Tildes group
fm -s ~tech
fm -s ~comp

# Browse any subreddit
fm -s r/golang
fm -s r/bellingham
Expand All @@ -38,7 +45,7 @@ You can also switch sources from within the app by pressing `s`.
| `b` / `Esc` | Back to stories |
| `Tab` / `l` | Next feed |
| `Shift+Tab` / `h` | Previous feed |
| `s` | Switch source (HN, Lobste.rs, Reddit) |
| `s` | Switch source (HN, Lobste.rs, Tildes, Reddit) |
| `r` | Refresh |
| `v` | Visual mode (in comments) |
| `y` | Yank selection to clipboard |
Expand All @@ -60,6 +67,12 @@ You can also switch sources from within the app by pressing `s`.
- **New** - Newest stories
- **Recent** - Recently active

### Tildes (`-s tildes` or `-s ~group`)
- **Activity** - Recently active topics (default)
- **New** - Newest topics
- **Votes** - Highest voted
- **Comments** - Most comments

### Reddit (`-s r/subreddit`)
- **Hot** - Hot posts (default)
- **New** - Newest posts
Expand Down
Loading