ReddiTUI is a TUI, written in Rust with Ratatui, that lets you browse Reddit from the terminal!
```bash
redditui # open redditui to r/rust
redditui opensource # open redditui to r/opensource (or any other subreddit)
```
Scroll with j (down) and k (up). Exit with q.
```bash
redditui --help
```
```bash
cargo install redditui
```