Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f6b6f2f

Browse files
committed
Update readme
1 parent 692d76d commit f6b6f2f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,22 @@ Great thanks to leetcode.com, a really awesome website!
2929
* Multiple <kbd>[**THEMES**](https://skygragon.github.io/leetcode-cli/advanced#color-themes)</kbd> support.
3030
* More <kbd>[**PLUGINS**](https://skygragon.github.io/leetcode-cli/advanced#plugins)</kbd> to enjoy extra features!
3131

32+
## Personal Change
33+
Add three more features for List command.
34+
1. `-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`
35+
2. `-o` to set .csv format file output directory. Default directory: `~/.lc`
36+
3. `-p` to filter questions by 3 different time period:
37+
- `1` for questions in recent 0~6 months
38+
- `2` for questions in recent one year
39+
- `3` for questions in recent two years
40+
- **Should be used with `-t` and with company filter words**
41+
- Example useage: `leetcode list -t netfilx -p 1`
42+
43+
Add updateData function for Company plugin. function will include following feature.
44+
1. Update company tag if current user is vip user.
45+
2. Will use default value to set company tag if current user is not vip user.(data updated at 2020.06.21)
46+
3. 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.
47+
3248
## Screenshot
3349

3450
<kbd><img src="https://github.com/skygragon/leetcode-cli/raw/master/docs/screenshots/intro.2018.01.13.gif" /></kbd>
@@ -42,3 +58,4 @@ Great thanks to leetcode.com, a really awesome website!
4258
Coding it!
4359
Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7'
4460
Submit final solution! $ leetcode submit ./two-sum.cpp
61+

0 commit comments

Comments
 (0)