Re-TUI is a fast and lightweight terminal-based Reddit client written in Go. It lets you browse subreddits and read discussions directly from your command line with a clean interface.
Perfect for anyone who prefers using the terminal for everyday browsing.
- Go 1.21+ (Ensure you have a recent version of Go installed)
- Terminal with TrueColor support (recommended).
You can install re-tui using npm:
npm install -g re-tuiRe-TUI uses intuitive, Vim-inspired keybindings for navigation.
| Key | Action |
|---|---|
j / ↓ |
Move selection down |
k / ↑ |
Move selection up |
l / Enter |
Open post / Expand comment |
h / Esc |
Go back / Collapse comment |
u |
Upvote |
d |
Downvote |
q |
Quit application |
Note: Keybindings can be customized in the configuration file (Feature to be added in future updates).
Contributions are welcome! If you have a feature request or want to report a bug, please open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Under the GPL 3.0 License. See LICENSE for more information.