← Back to registry

rdt-cli knowledge

Browse Reddit feeds, read posts, search, and interact — all from your terminal

rdt is a command-line Reddit client that uses reverse-engineered APIs with automatic browser cookie extraction. Browse your home feed, read posts with full comment trees, search content, upvote, save, and subscribe — without leaving the terminal.

Features

Install

uv: uv tool install rdt-cli
pipx: pipx install rdt-cli

Commands

CommandSyntaxDescription
login rdt login Extract and save browser cookies for authentication
feed rdt feed Display your Reddit home feed
sub rdt sub <subreddit> Browse a specific subreddit
search rdt search <query> Full-text search across Reddit
read rdt read <post_id> Read a specific post with comments
show rdt show <index> Read the Nth post from the last listing
export rdt export <query> --format csv Export search results to CSV or JSON

Links

Agent Usage Example

Use cases:

Example workflow:

rdt search 'best CLI tools 2025' --json | jq '.[].title'