forked fromcameron93lin/leetcode-cli
- Notifications
You must be signed in to change notification settings - Fork0
A cli tool to enjoy leetcode!
License
NotificationsYou must be signed in to change notification settings
GuanzhouSong/leetcode-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A productive cli tool to enjoy leetcode!
Great thanks to leetcode.com, a really awesome website!
⦙Releases ⦙Install ⦙Docs ⦙Commands ⦙Advanced ⦙Plugins ⦙
- A veryEFFICIENT way to fight questions.
- CACHING questions to ease offline thinking.
- GENERATING source code before coding.
- LiveTEST andSUBMIT with leetcode.com.
- Download your previousSUBMISSION.
- Trace your codingSTATUS.
- AUTO LOGIN among multiple agents with single account.
- MultipleTHEMES support.
- MorePLUGINS to enjoy extra features!
Add three more features for List command.
-c
to generate .csv format file for all questions. will include companies tag and companies with 3 differnt time period column. Example useage:leetcode list -c
-o
to set .csv format file output directory. Default directory:~/.lc
-p
to filter questions by 3 different time period:1
for questions in recent 0~6 months2
for questions in recent one year3
for questions in recent two years- Should be used with
-t
and with company filter words - Example useage:
leetcode list -t netfilx -p 1
Add updateData function for Company plugin. function will include following feature.
- Update company tag if current user is vip user.
- Will use default value to set company tag if current user is not vip user.(data updated at 2020.06.21)
- Will store current company tags setting in
~/.lc/leetcode/cache/COMPONIES.json
and~/.lc/leetcode/cache/TAGS.json
and try to update it if the file is missing.
Read help first $ leetcode helpLogin with your leetcode account $ leetcode user -lBrowse all questions $ leetcode listChoose one question $ leetcode show 1 -g -l cppCoding it!Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'Submit final solution! $ leetcode submit ./two-sum.cpp
About
A cli tool to enjoy leetcode!
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript99.0%
- Other1.0%