Skip to content

Latest commit

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

leetcode-cli-plugins

3rd party plugins for leetcode-cli.

Plugins

NameDescriptionEnhanced Commands
companyFilter questions by company or tagslist
cookie.chromeDon't expire Chrome's session on same computerlogin
cookie.firefoxDon't expire Firefox's session on same computerlogin
cpp.lintC++ code syntax checktest
cpp.runTest C++ code locallytest
githubCommit accpeted code to GitHubsubmit
leetcode.cnFight questions from leetcode-cn.com
lintcodeFight questions from lintcode.comlistshowtestsubmituser
solution.discussFetch top voted solutionshow

Quick Start

$ leetcode plugin -i <name> # install
$ leetcode plugin -d <name> # disable
$ leetcode plugin -e <name> # enable
$ leetcode plugin -D <name> # delete
$ leetcode plugin -c <name> # show config
$ leetcode config plugins:<name> # show config
$ leetcode config plugins:<name>:<key> <value> # set config
$ leetcode config -d plugins:<name> # delete config

Example

$ leetcode plugin -i company # install compnay
$ leetcode plugin -D compnay # delete company
$ leetcode plugin -c github # show github plugin config
$ leetcode config plugins:github # show github plugin config
$ leetcode config plugins:github:token 12345678 # set github plugin config
$ leetcode config -d plugins:github # delete github plugin config

About

3rd party plugins for leetcode-cli

Resources

Stars

141 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages