You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* More <kbd>[**PLUGINS**](https://skygragon.github.io/leetcode-cli/advanced#plugins)</kbd> to enjoy extra features!
31
31
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.
0 commit comments