A cli tool to enjoy careercup questions!
Inspired by leetcode-cli
- Questions are saved offline.
- Easely browsing and searching questions, by different criteria.
- You can mark questions with different labels, build up your own categoies and groups.
- Statistics support, to help trace your personal progress.
- One-click update with the latest questions.
From npm repo:
$ sudo npm install -g careercup-cli
From source code:
$ git clone http://github.com/skygragon/careercup-cli
$ cd careercup-cli && npm install && sudo nom install -g .
By the way, c3
= C
areerC
up-C
li
Read help first $ c3 help
Update all questions $ c3 update
Browse questions $ c3 list
Select one question $ c3 show <id>
Or, select random question $ c3 show
Or, select Google question $ c3 show -c google
Resovle it!
Mark question as done! $ c3 mark <id>
Feel free to customize your own labels to manage different questions.
To those working on questions $ c3 mark <id> thinking
To those unimportant questions $ c3 mark <id> easy
Show questions with given label $ c3 list -l thinking