leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

May the code be with you 👻

Results 52 leetcode-cli issues
Sort by recently updated
recently updated
newest added

Bumps the deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.1` | | [clap](https://github.com/clap-rs/clap)...

dependencies
rust

When I type `leetcode edit --daily`, it saves the code into a file named `2845.count-of-interesting-subarrays.rs`. However, it seems like `rust-analyzer` refuses to provide in-depth IDE features such as type and...

Automatically retrieve the input and expected output of the failed test case from the submission response.​

## issue example I had the following code configuration options in my config file. ```toml [code] editor = "cat" lang = "java" comment_problem_desc = true comment_leading = "//" test =...

Latest version on crates.io is [0.4.6](https://crates.io/crates/leetcode-cli). Latest version here is [0.4.5](https://github.com/clearloop/leetcode-cli/releases). I maintain the Arch [AUR package](https://aur.archlinux.org/pkgbase/leetcode-cli/) and got flagged for an out of date version but I rely on...

Bumps the deps group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support...

dependencies
github_actions

Bumps the deps group with 4 updates: [clap](https://github.com/clap-rs/clap), [openssl](https://github.com/rust-openssl/rust-openssl), [pyo3](https://github.com/pyo3/pyo3) and [clap_complete](https://github.com/clap-rs/clap). Updates `clap` from 4.5.51 to 4.5.53 Release notes Sourced from clap's releases. v4.5.53 [4.5.53] - 2025-11-19 Features Add...

dependencies
rust

## Motivation Currently, when using `lang = 'rust'`, the tool generates flat files (e.g., `code/1.two-sum.rs`) in `~/.leetcode/code/`. This works for LeetCode submissions but lacks a proper crate structure, causing LSP...

## Summary - For `lang = 'rust'`, generates subdir crates (e.g., `code/1-two_sum/src/lib.rs`, `Cargo.toml` with `prob-1-two_sum` package, `tests.dat`). - Enables full rust-analyzer LSP in editors (autocomplete, diagnostics) without breaking LeetCode API...