skygragon/leetcode-cli

A cli tool to enjoy leetcode!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 17th, 2026
Created on August 16th, 2016
Open Issues & Pull Requests: 88 (+0)
GitHub issues: Enabled
Number of forks: 459
Total Stargazers: 3,872 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.7 days
Mean response time: 424.8 days
90th percentile: 2042.1 days
Tracked items: 5

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 2,030 days
Stale 30+ days: 4
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • help wanted (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

leetcode-cli is a command-line tool for solving LeetCode problems directly from your terminal.

The tool addresses the friction of switching between a code editor and the LeetCode web interface. It lets you browse problems, view problem statements, generate boilerplate code in your language of choice, test solutions against sample inputs, and submit answers—all without leaving the terminal. The workflow caches problem data locally to support offline thinking, and handles authentication automatically across multiple accounts.

The tool suits developers who prefer working in their own editor and terminal environment rather than the web interface, and who want to streamline the test-and-submit cycle. It supports multiple programming languages and themes. The README emphasizes efficiency as a core design goal, positioning the tool for users who value speed in their practice workflow.

The project maintains active documentation including a commands reference and advanced configuration guide. A separate plugins repository indicates the maintainers have designed the tool for extensibility. The codebase is written in JavaScript and includes a screenshot demonstrating the interface, suggesting ongoing attention to the user experience.