https://github.com/kavimaluskam/leetcode-cli
skygragon/leetcode-cli on golang with personal customization
https://github.com/kavimaluskam/leetcode-cli
Last synced: 5 months ago
JSON representation
skygragon/leetcode-cli on golang with personal customization
- Host: GitHub
- URL: https://github.com/kavimaluskam/leetcode-cli
- Owner: kavimaluskam
- Created: 2020-06-25T17:19:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-17T07:25:31.000Z (over 2 years ago)
- Last Synced: 2025-01-12T13:46:38.350Z (5 months ago)
- Language: Go
- Homepage:
- Size: 101 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode-cli
A cli tool to fight and organize leetcode questions, inspired by [skygragon/leetcode-cli](https://github.com/skygragon/leetcode-cli)
## Install
`go get github.com/kavimaluskam/leetcode-cli`
## Feature
- `list`: querying leetcode questions with attributes
- `show`: export individual question and descriptions
- `submit/interpret`: submit/test local code to leetcode question
- `user`: leetcode authentication## TODOs
- testing
- global spinner
- config management
- code/comment enhancement
- package build / ci-cd