| Crates.io | leetcode-tui-rs |
| lib.rs | leetcode-tui-rs |
| version | 0.5.2 |
| created_at | 2023-07-19 14:39:20.340255+00 |
| updated_at | 2025-02-01 14:36:24.369211+00 |
| description | Leetcode terminal UI. Helps you browse leetcode stats and manage your leetcode from terminal. |
| homepage | |
| repository | https://github.com/akarsh1995/leetcode-tui |
| max_upload_size | |
| id | 920362 |
| size | 124,356 |

My motivation for creating leetcode-tui stemmed from my preference for tools that are lightweight and consume fewer system resources. When I explored existing leetcode CLI tools on GitHub, I came across a few raw command-line interfaces, but they lacked the interactivity I desired. To address this, I decided to develop leetcode-tui, a Text-based User Interface, that provides an interactive and user-friendly experience for solving LeetCode problems.
Warning This TUI is currently under active development. Please feel free to open an issue if you find errors.
cargo install leetcode-tui-rs
Post installation
leetui
# This is going to create a config file depending on your os.
# Get the Cookies from the browser `LEETCODE_SESSION` and `csrftoken` and paste it in the config file
# run the command again to populate db
leetui
EDITOR/ -- searchable by question id, topic and question_title.Few related projects: