Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0bd25b2

Browse files
Update README.md
1 parent 6ebcf75 commit 0bd25b2

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

‎README.md‎

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,28 @@
1515
[Advanced](https://skygragon.github.io/leetcode-cli/advanced)
1616
[Plugins](https://github.com/skygragon/leetcode-cli-plugins)
1717

18-
A cli tool to enjoy leetcode!
18+
A productive cli tool to enjoy leetcode!
1919

2020
Great thanks to leetcode.com, a really awesome website!
2121

22-
<br/>
23-
24-
* A very <kbd>[**EFFICIENT**](#quick-start)</kbd> way to fight problems.
25-
* <kbd>[**CACHING**](https://skygragon.github.io/leetcode-cli/advanced#cache)</kbd> problems locally thus you can easily navigate & think it offline.
26-
* Do everything in <kbd>**CLI**</kbd>, no one even knows you are doing leetcode :p
27-
* <kbd>[**GENERATING**](https://skygragon.github.io/leetcode-cli/commands#show)</kbd> source code template for further coding.
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!
3231

3332
<kbd><img src="https://github.com/skygragon/leetcode-cli/raw/master/docs/screenshots/intro.2018年01月13日.gif" /></kbd>
3433

3534
## Quick Start
3635

3736
Read help first $ leetcode help
3837
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
4140
Coding it!
4241
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
4342
Submit final solution! $ leetcode submit ./two-sum.cpp

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /