From 55c871440692772170dd6b8651f56cc6d3c412d1 Mon Sep 17 00:00:00 2001 From: Yash Dagar <59769104+yashdagar@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:56:18 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 258b5df8..686755c9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ # leetcode-cli +> Note: This repository is forked from [leetcode-cli](https://github.com/skygragon/leetcode-cli) for temporary usage. +> Note: Copy cookie from webbrowser and Using **leetcode user -c** can temporary fix can't [login problem](https://github.com/jdneo/vscode-leetcode/issues/478). + A productive cli tool to enjoy leetcode! @@ -35,10 +38,13 @@ Great thanks to leetcode.com, a really awesome website! ## Quick Start - Read help first $ leetcode help - Login with your leetcode account $ leetcode user -l - Browse all questions $ leetcode list - Choose one question $ leetcode show 1 -g -l cpp + Read help first $ leetcode help + Login with your leetcode account $ leetcode user -l + Login with third party account--GitHub $ leetcode user -g + Login with third party account--LinkedIn $ leetcode user -i + Cookie login with cookie $ leetcode user -c + Browse all questions $ leetcode list + Choose one question $ leetcode show 1 -g -l cpp Coding it! - Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7' - Submit final solution! $ leetcode submit ./two-sum.cpp + Run test(s) and pray... $ leetcode test ./two-sum.cpp -t '[3,2,4]\n7' + Submit final solution! $ leetcode submit ./two-sum.cpp From e1e84259c61a9c141ee7a5707e45d771f510d6af Mon Sep 17 00:00:00 2001 From: Yash Dagar <59769104+yashdagar@users.noreply.github.com> Date: Sat, 6 Jul 2024 21:56:35 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 686755c9..2e48df10 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ # leetcode-cli > Note: This repository is forked from [leetcode-cli](https://github.com/skygragon/leetcode-cli) for temporary usage. -> Note: Copy cookie from webbrowser and Using **leetcode user -c** can temporary fix can't [login problem](https://github.com/jdneo/vscode-leetcode/issues/478).