A command-line tool for browsing Reddit without an API key. Use when asking about Reddit CLI commands, browsing subreddits, searching posts, viewing comments, or getting subreddit info. No authentication required.
Browse Reddit from your terminal - no API key needed.
# Browse a subreddit
reddit browse python --sort hot --limit 10
# Search globally
reddit search programming --sort top --period month
# View a post
reddit post t3_abc123
# View comments
reddit comments t3_abc123 --sort top --depth 3
# Get subreddit info
reddit subreddit python --rules
| Command | Description |
|---|---|
reddit frontpage | Browse Reddit's frontpage |
reddit home | Alias for frontpage |
reddit best | Top posts of all time |
reddit browse <subreddit> |
| Browse posts from a subreddit |
reddit search <query> | Search posts across Reddit |
reddit post <post_id> | View a single post |
reddit comments <post_id> | View comments for a post |
reddit comment <post_id> <comment_id> | View a specific comment |
reddit subreddit <name> | Get subreddit info |
reddit subreddits | List popular subreddits |
All browse/search/Comments commands support --format:
| Format | Description |
|---|---|
display | Pretty printed terminal output (default) |
csv | CSV export with headers |
sql | SQL INSERT statements |
json | JSON format |
xlsx | Excel spreadsheet (requires --output) |
# Install completion for your shell
reddit completion --shell bash
reddit completion --shell zsh
reddit completion --shell fish
reddit completion --shell powershell
For detailed command usage: