We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad1a9 commit 5c8ed7aCopy full SHA for 5c8ed7a
README.md
@@ -23,6 +23,17 @@ leetui
23
24
# Get the Cookies from the browser `LEETCODE_SESSION` and `csrftoken` and paste it in `~/.config/leetcode_tui/config.toml`
25
26
-# run the command again
+# run the command again to populate db
27
leetui
28
```
29
+
30
+## Features
31
32
+- Question grouped by categories
33
+- Read Question
34
+- Jump to question using vim like keybinding (123G).
35
+- Open question in `EDITOR`
36
+- Solve question in multiple languages
37
+- Submit and run solution in multiple languages
38
+- Read Stats of your performance
39
+- Solved questions are marked with ✔️
0 commit comments