28 |
| -* Support live <kbd>[**TEST**](https://skygragon.github.io/leetcode-cli/commands#test)</kbd> and <kbd>[**SUBMIT**](https://skygragon.github.io/leetcode-cli/commands#submit)</kbd> againts leetcode.com. | 29 |
| -* <kbd>[**AUTO LOGIN**](https://skygragon.github.io/leetcode-cli/advanced#auto-login)</kbd> among multiple sessions with single leetcode account. |
30 |
| -* Retrieve your previous <kbd>[**SUBMISSION**](https://skygragon.github.io/leetcode-cli/commands#submission)</kbd> thus you can easily backup and manage your code. |
31 |
| -* More <kbd>[**PLUGINS**](https://skygragon.github.io/leetcode-cli/advanced#plugins)</kbd> to enjoy extra useful features! |
| 22 | +* A very <kbd>[**EFFICIENT**](#quick-start)</kbd> way to fight questions. |
| 23 | +* <kbd>[**CACHING**](https://skygragon.github.io/leetcode-cli/advanced#cache)</kbd> questions to ease offline thinking. |
| 24 | +* <kbd>[**GENERATING**](https://skygragon.github.io/leetcode-cli/commands#show)</kbd> source code for further coding. |
| 25 | +* Live <kbd>[**TEST**](https://skygragon.github.io/leetcode-cli/commands#test)</kbd> and <kbd>[**SUBMIT**](https://skygragon.github.io/leetcode-cli/commands#submit)</kbd> with leetcode server. |
| 26 | +* Download your previous <kbd>[**SUBMISSION**](https://skygragon.github.io/leetcode-cli/commands#submission)</kbd> to ease code management. |
| 27 | +* Different ways to trace your coding <kbd>[**STATUS**](https://skygragon.github.io/leetcode-cli/commands#stat)</kbd>. |
| 28 | +* <kbd>[**AUTO LOGIN**](https://skygragon.github.io/leetcode-cli/advanced#auto-login)</kbd> among multiple agents with single account. |
| 29 | +* Multiple <kbd>[**THEMES**](https://skygragon.github.io/leetcode-cli/advanced#color-themes)</kbd> available. |
| 30 | +* More <kbd>[**PLUGINS**](https://skygragon.github.io/leetcode-cli/advanced#plugins)</kbd> to enjoy extra features! |
32 | 31 |
|
33 | 32 | <kbd><img src="https://github.com/skygragon/leetcode-cli/raw/master/docs/screenshots/intro.2018.01.13.gif" /></kbd>
|
34 | 33 |
|
35 | 34 | ## Quick Start
|
36 | 35 |
|
37 | 36 | Read help first $ leetcode help
|
38 | 37 | Login with your leetcode account $ leetcode user -l
|
39 |
| - Browse all problems $ leetcode list |
40 |
| - Choose one problem $ leetcode show 1 -g -l cpp |
| 38 | + Browse all questions $ leetcode list |
| 39 | + Choose one question $ leetcode show 1 -g -l cpp |
41 | 40 | Coding it!
|
42 | 41 | Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
|
43 | 42 | Submit final solution! $ leetcode submit ./two-sum.cpp
|
0 commit comments