leetup icon indicating copy to clipboard operation
leetup copied to clipboard

Command line tool to solve Leetcode problems. Leet it up!!

Results 25 leetup issues
Sort by recently updated
recently updated
newest added

``` VOTBDC5:~$ ./leetup --version leetup 1.0.4 VOTBDC5:~$ ./leet submit 63.java unique-paths-ii.java ⡧ Waiting for judge result! ✘ Wrong Answer 22/41 cases passed (N/A) Failed Test: String( "1", ) ``` Failed...

First off, excellent work. Using Github OAuth for login was clever. I want to filter the questions having official solutions ![image](https://user-images.githubusercontent.com/45873379/102216728-95763000-3f01-11eb-9a78-58c448021bf8.png). I tried modifying [leetcode.rs](https://github.com/dragfire/leetup/blob/master/src/service/leetcode.rs), but couldn't get it working...

Relevant code: https://github.com/dragfire/leetup/blob/master/src/service/leetcode.rs#L765 https://github.com/dragfire/leetup/blob/master/src/service/provider.rs#L97-L121

enhancement
help wanted
good first issue
account: premium

This will help in creating Vim plugin -- use Vim's `channel` to communicate with `leetup` server. Use https://github.com/rusqlite/rusqlite and remove KvStore.

enhancement

Test: ``` list List questions pick Pick a problem submit Submit a problem test Submit a problem user User auth ```

Leetup doesn't show anything when picking a locked question. Reproduce issue: `leetup pick 1645` Relevant code: https://github.com/dragfire/leetup/blob/master/src/service/leetcode.rs#L749-L781

help wanted
good first issue
easy

![lup2](https://user-images.githubusercontent.com/6277978/98077768-0f5cc900-1e2e-11eb-9a17-e4cd93bceb65.PNG) Unicode icons: https://github.com/dragfire/leetup/blob/master/src/icon.rs Some ideas: https://github.com/leetcode-tools/leetcode-cli/blob/master/icons/ascii.json https://github.com/leetcode-tools/leetcode-cli/blob/master/icons/win7.json Will need to have a fallback for command prompt!

help wanted
good first issue

Do everything inside Vim/Neovim: Navigation, Exploring problems, Solve, Test, Submit.

enhancement
help wanted
fun