leetcode-tui-rs 0.1.0

Leetcode terminal UI. Helps you browse leetcode stats and manage your leetcode from terminal.
Documentation
# Leetcode TUI

# Use Leetcode in your terminal.

![Demo](demo.gif)


> **Warning**
> This TUI is currently under active development. Please feel free to open an issue if you find errors.

## Installation

```sh
cargo install leetcode-tui-rs
```

Post installation

```sh
leetui

# This is going to create `~/.config/leetcode_tui/config.toml`.

# Get the Cookies from the browser `LEETCODE_SESSION` and `csrftoken` and paste it in `~/.config/leetcode_tui/config.toml`

# run the command again
leetui
```