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

Commit cccb59f

Browse files
committed
Update README.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 1a0d309 commit cccb59f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# leetcode-cli-plugins
22
3rd party plugins for leetcode-cli.
33

4-
* [company](/docs/company.md)
5-
* [cpp.lint](/docs/cpp.lint.md)
6-
* [cpp.run](/docs/cpp.run.md)
7-
* [github](/docs/github.md)
8-
* [lintcode](/docs/lintcode.md)
9-
* [solution.discuss](/docs/solution.discuss.md)
4+
|Plugin|Description|Enhanced Commands|
5+
|-|-|-|
6+
|[company](/docs/company.md)|Filter questions by company|`list`|
7+
|[cpp.lint](/docs/cpp.lint.md)|C++ code syntax check|`test`|
8+
|[cpp.run](/docs/cpp.run.md)|Test C++ code locally|`test`|
9+
|[github](/docs/github.md)|Commit accpeted code to GitHub|`submit`|
10+
|[lintcode](/docs/lintcode.md)|Fight questions from lintcode.com|`list` `show` `test` `submit` `user`|
11+
|[solution.discuss](/docs/solution.discuss.md)|Fetch top voted solution|`show`|
1012

1113
## HOWTO
1214

0 commit comments

Comments
 (0)