redditui 0.1.2

Browse reddit in a TUI!
# ReddiTUI

ReddiTUI is a TUI, written in Rust with Ratatui, that lets you browse Reddit from the terminal!

## Usage

```bash
redditui # open redditui to r/rust

# or,

redditui opensource # open redditui to r/opensource (or any other subreddit)
```

Scroll with j (down) and k (up). Exit with q.

## Help

```bash
redditui --help
```


## Install

```bash
cargo install redditui
```