Skip to content

feat: add ClaudeCode Launchpad CLI to Development Tools & Utilities#32

Open
noambrand wants to merge 1 commit intoLangGPT:mainfrom
noambrand:feat/add-claudecode-launchpad
Open

feat: add ClaudeCode Launchpad CLI to Development Tools & Utilities#32
noambrand wants to merge 1 commit intoLangGPT:mainfrom
noambrand:feat/add-claudecode-launchpad

Conversation

@noambrand
Copy link
Copy Markdown

What's being added

ClaudeCode Launchpad CLI — a 2-minute Windows & macOS installer for Claude Code.

Added to the Development Tools & Utilities section.

Why it belongs here

Most users on Windows and macOS hit friction before they can run Claude Code for the first time (Node.js version conflicts, PATH issues, manual config). ClaudeCode Launchpad CLI removes that friction with a one-click installer, then adds:

  • Two-line live status bar — model, context %, total tokens, session/weekly usage bars with reset timers
  • Desktop shortcut + folder picker — launch Claude Code directly into any project folder
  • Right-click context menu — "Open with ClaudeCode Launchpad CLI" on any folder (Windows)
  • Optional light-blue theme — installer checkbox, keeps your terminal colors if unchecked
  • Claude flags support — persistent flags in config.txt or one-time per launch
  • Multi-language — Claude responds in your language (Hebrew, Arabic, and 20+ others)

Repo: https://github.com/noambrand/kivun-terminal

connerlambden pushed a commit to connerlambden/awesome-claude-code that referenced this pull request Apr 14, 2026
* feat: add pyproject.toml for project dependencies

- Add pyproject.toml with all development dependencies (requests, types-requests, ruff, pre-commit)
- Update Makefile install target to use pyproject.toml
- Configure ruff linting settings in pyproject.toml

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* feat: add pre-commit configuration with README generation check

- Add .pre-commit-config.yaml with comprehensive checks:
  - File format checks (trailing whitespace, EOF, etc.)
  - Ruff linting and formatting for Python code
  - make test execution
  - README.md generation verification from CSV
- Update pyproject.toml to use new ruff configuration format
- Fix linting issues in Python scripts
- Install pre-commit hooks for automatic code quality checks
- Ensure README.md stays in sync with CSV data

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* refactor: update add-new-resource wizard for CSV-based workflow

- Update command to guide users through CSV-based resource addition
- Add detailed category guidelines matching current structure
- Include step-by-step process for adding resources via CSV
- Document all CSV columns and their purposes
- Remove outdated README editing instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* feat: display license information in README.md

- Add license display with scales of justice icon (⚖️) after author info
- Only show licenses that are valid (not NOT_FOUND, NONE, NULL)
- Mimics GitHub's license display style for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* feat: add license validation and max_links parameter

- Add license checking to validate_links.py using GitHub API
- Fetch license information from GitHub repositories
- Add --max-links parameter for faster testing
- Update Makefile to support MAX_LINKS variable
- Add license summary to validation output
- Update documentation in CLAUDE.md

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* feat: add resource download script

- Add download_resources.py to download GitHub resources
- Support filtering by category and license
- Handle files, directories, and gists from GitHub
- Implement rate limiting and retry logic
- Add make download-resources target
- Update documentation in CLAUDE.md
- Add downloads directory to .gitignore

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* docs: update CONTRIBUTING.md for CSV-based workflow

- Add two contribution options: wizard (optional) and manual
- Clarify wizard is NOT required, especially if not working well
- Update workflow to reflect CSV-based approach
- Add detailed CSV field descriptions
- Update guidelines for automated README generation
- Add Quick Start section
- Maintain existing quality standards

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

* docs: completely rewrite PR template for CSV workflow

- Remove all stale content and outdated references
- Create three clear sections: New Resources, Updates, Repository Improvements
- Add specific checklists for each contribution type
- Include CSV field list matching actual structure
- Add helpful make commands for contributors
- Make template concise and actionable

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

---------

Co-authored-by: Really Him <[email protected]>
Co-authored-by: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant