Reddit CLI Skill
Browse Reddit from your terminal - no API key needed.
Quick Examples
# 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
Commands Overview
| Command | Description |
|---|
reddit frontpage | Browse Reddit's frontpage |
reddit home | Alias for frontpage |
reddit best | Top posts of all time |
reddit browse <subreddit> |