{"id":50721031,"url":"https://github.com/akarsh1995/leetcode-tui","last_synced_at":"2026-06-27T01:01:28.135Z","repository":{"id":182367812,"uuid":"666856771","full_name":"akarsh1995/leetcode-tui","owner":"akarsh1995","description":"Terminal UI for leetcode. Lets you browse questions through different topics. View, solve, run and submit questions from TUI.","archived":false,"fork":false,"pushed_at":"2025-03-01T12:44:48.000Z","size":4428,"stargazers_count":90,"open_issues_count":5,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-18T04:13:11.875Z","etag":null,"topics":["algorithms","cli","data-structures","leetcode","rust","tui","tui-rs"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akarsh1995.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-15T20:11:14.000Z","updated_at":"2026-03-26T17:38:11.000Z","dependencies_parsed_at":"2023-07-19T18:48:56.203Z","dependency_job_id":"46084d7b-a5b2-44fc-8c0b-82002b1ac0bf","html_url":"https://github.com/akarsh1995/leetcode-tui","commit_stats":null,"previous_names":["akarsh1995/leetcode-tui"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/akarsh1995/leetcode-tui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarsh1995%2Fleetcode-tui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarsh1995%2Fleetcode-tui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarsh1995%2Fleetcode-tui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarsh1995%2Fleetcode-tui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akarsh1995","download_url":"https://codeload.github.com/akarsh1995/leetcode-tui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarsh1995%2Fleetcode-tui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34838035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","cli","data-structures","leetcode","rust","tui","tui-rs"],"created_at":"2026-06-10T00:00:33.541Z","updated_at":"2026-06-27T01:01:28.119Z","avatar_url":"https://github.com/akarsh1995.png","language":"Nix","funding_links":[],"categories":["TUI"],"sub_categories":[],"readme":"# Leetcode TUI\n\n# Use Leetcode in your terminal.\n\n![Demo](https://vhs.charm.sh/vhs-44GmR9FJgOHtWRU0UPVJam.gif)\n\n### Why this TUI:\n\nMy motivation for creating leetcode-tui stemmed from my preference for tools that are lightweight and consume fewer system resources. When I explored existing leetcode CLI tools on GitHub, I came across a few raw command-line interfaces, but they lacked the interactivity I desired.\nTo address this, I decided to develop leetcode-tui, a Text-based User Interface, that provides an interactive and user-friendly experience for solving LeetCode problems.\n\n\u003e **Warning**\n\u003e This TUI is currently under active development. Please feel free to open an issue if you find errors.\n\n## Installation\n\n### Using Cargo\n\n```sh\ncargo install leetcode-tui-rs\n```\n\n### Using [Nix](https://nix.dev/)\n\nYou can use leetcode-tui in several ways with Nix:\n\n#### Quick Run (No Installation)\n```sh\n# Run directly without installing\nnix run github:akarsh1995/leetcode-tui\n```\n\n#### Imperative Installation\n```sh\n# Install imperatively in your user profile\nnix profile install github:akarsh1995/leetcode-tui\n```\n\n#### Development Environment\n```sh\n# Get a development shell with all dependencies\nnix shell github:akarsh1995/leetcode-tui\n```\n\n## Post Installation\n\n```sh\nleetui\n\n# This is going to create a config file depending on your os.\n\n# Get the Cookies from the browser `LEETCODE_SESSION` and `csrftoken` and paste it in the config file\n\n# run the command again to populate db\nleetui\n```\n\n## Features\n\n- Question grouped by categories\n- Read Question\n- Open question in `EDITOR`\n- Solve question in multiple languages\n- Submit and run solution in multiple languages\n- Read Stats of your performance (Ctrl+s)\n- Solved questions are marked with \"👑\"\n- Neetcode 75\n- For Fuzzy search the question list use `/` -- searchable by question id, topic and question_title.\n\nFew related projects:\n\n- [https://github.com/skygragon/leetcode-cli](https://github.com/skygragon/leetcode-cli)\n- [https://github.com/clearloop/leetcode-cli](https://github.com/clearloop/leetcode-cli)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakarsh1995%2Fleetcode-tui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakarsh1995%2Fleetcode-tui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakarsh1995%2Fleetcode-tui/lists"}