[PR #2783] Add CCMD #2096

Open
opened 2025-11-06 13:29:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2783
Author: @Wisyle
Created: 10/30/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • cba59b3 Add CCMD to CLI tools list in README

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 README.md (+1 -1)

📄 Description

Why CCMD is awesome:

CCMD is a cross-platform command manager that makes terminal usage intuitive and secure:

Key Features:

  • Security-first design: 0 HIGH severity vulnerabilities, passes Bandit/Safety/CodeQL scans
  • Published on PyPI: Easy installation via pip install ccmd
  • Cross-platform: Works on Linux, macOS, Windows, and WSL
  • Command chaining: Chain operations with >>> operator
  • Master password protection: Secure sensitive commands with bcrypt
  • Active development: Regular releases with comprehensive security audits

Why it belongs in awesome-python:

  • Written in Python 3.7+
  • Open source (MIT License)
  • Well-documented with security policy and contribution guidelines
  • Published on official PyPI: https://pypi.org/project/ccmd/
  • Solves real developer productivity problem

Links:

Category suggestion: Command-line Tools → Productivity Tools


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2783 **Author:** [@Wisyle](https://github.com/Wisyle) **Created:** 10/30/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`cba59b3`](https://github.com/vinta/awesome-python/commit/cba59b3d378b38933db3bef77f2341fc8798ea92) Add CCMD to CLI tools list in README ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description ### Why CCMD is awesome: CCMD is a cross-platform command manager that makes terminal usage intuitive and secure: **Key Features:** - **Security-first design**: 0 HIGH severity vulnerabilities, passes Bandit/Safety/CodeQL scans - **Published on PyPI**: Easy installation via `pip install ccmd` - **Cross-platform**: Works on Linux, macOS, Windows, and WSL - **Command chaining**: Chain operations with `>>>` operator - **Master password protection**: Secure sensitive commands with bcrypt - **Active development**: Regular releases with comprehensive security audits **Why it belongs in awesome-python:** - Written in Python 3.7+ - Open source (MIT License) - Well-documented with security policy and contribution guidelines - Published on official PyPI: https://pypi.org/project/ccmd/ - Solves real developer productivity problem **Links:** - GitHub: https://github.com/Wisyle/ccmd - PyPI: https://pypi.org/project/ccmd/ - Security Policy: https://github.com/Wisyle/ccmd/blob/ccmd/SECURITY.md **Category suggestion:** Command-line Tools → Productivity Tools --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:29:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#2096