Skip to main content

Cross-platform Command Manager - Simplify your terminal with intuitive shortcuts

Project description

๐Ÿง  CCMD โ€” Custom Command Manager

PyPI version Latest Release License Python Security Downloads

Cross-platform command enhancer for humans. Replace long, repetitive terminal syntax with short, intuitive commands. Works on Linux, Windows PowerShell, and WSL โ€” safe, rollback-ready, and open source.

๐Ÿ”ง New in v1.1.6: Bug Fix Release! Fixed critical argument passing bug and command chaining password bypass. Commands like sudo apt update now work correctly.

๐Ÿ”’ v1.1.5: Advanced Security Release! Internal flag protection, atomic shell writes, path diagnostics, threat model documentation, and automated dependency scanning. See Security Report

๐Ÿ›ก๏ธ v1.1.4: Security Hardening Release! 0 HIGH vulnerabilities, comprehensive security audit, automated scanning, and professional security documentation.

โš ๏ธ Important: CCMD is a powerful tool that sits between your shell and you. Like electricity or any powerful tool, it can be dangerous if used wrongly. Please read the Security Policy and Threat Model before using CCMD. Use carefully, cautiously, and responsibly.

๐Ÿ“Œ Version Notice: We strongly recommend using v1.1.5 or later. This version includes critical security enhancements and passes all automated security scans with comprehensive threat model documentation. Upgrade now โ€” it's safe, fast, and backward compatible!


๐Ÿงฉ Overview

CCMD is an open-source project developed by De Catalyst (Wisyle).
It lets you define simple, natural shortcuts for everyday shell operations โ€” no more typing endless flags or remembering weird syntax.

Instead of typing:

cd ~/Downloads
git add .
git commit -m "update"
git push

You can just write:

go downloads
push

CCMD handles the rest. It safely installs into your shell profile, manages custom commands through YAML, and supports plugins, system monitoring, and SSH management.


โœจ Features

๐Ÿ”’ v1.1.5 Advanced Security (LATEST!)

  • ๐Ÿ” Internal Flag Protection โ€” --exec hidden from help, environment-gated for internal use only
  • โš›๏ธ Atomic Shell Config Writes โ€” Prevents corruption with temp file + atomic rename pattern
  • ๐Ÿฉบ Path Diagnostics Command โ€” --check-paths validates installation, environment, and backups
  • ๐Ÿ›ก๏ธ Threat Model Documentation โ€” Complete attack scenarios, mitigations, and security boundaries (THREAT_MODEL.md)
  • ๐Ÿš‘ Recovery Guide โ€” Emergency procedures for all failure scenarios (RECOVERY.md)
  • ๐Ÿ“ฆ Dependabot Integration โ€” Weekly automated dependency vulnerability scanning
  • ๐Ÿ” Enhanced CI Scanning โ€” Safety dependency scanner added to security workflow
  • ๐Ÿ“Š Security Metrics โ€” 0 HIGH severity issues maintained, all 7 audit items addressed

Security Achievement: Comprehensive threat model, automated scanning, and emergency recovery procedures!

๐Ÿ›ก๏ธ v1.1.4 Security Hardening

  • ๐Ÿ›ก๏ธ Tarfile Path Traversal Fixed โ€” Prevents malicious archives from writing outside target directory (CVE-2007-4559)
  • ๐Ÿ” URL Scheme Validation โ€” Restricts all URL operations to HTTPS only, prevents downgrade attacks
  • ๐Ÿ“ฆ Dependency Security โ€” GitPython pinned to v3.1.43, eliminates 6 known vulnerabilities
  • ๐Ÿค– Automated Security Scanning โ€” Bandit and Safety integrated with GitHub Actions
  • ๐Ÿ“‹ Security Policy โ€” Professional vulnerability reporting process (48-hour response time)
  • ๐Ÿ“Š Security Metrics โ€” 0 HIGH severity issues, all dependencies secured
  • ๐Ÿ“ Security Changelog โ€” Complete audit trail of all security improvements
  • โš™๏ธ CodeQL Analysis โ€” Semantic code analysis detects vulnerabilities automatically

๐Ÿ› v1.1.3 Bug Fixes

  • ๐Ÿ”ง Fixed Directory Persistence โ€” Chained commands now correctly persist directory changes
  • โฑ๏ธ Fixed Interactive Timeouts โ€” Interactive commands like claude no longer timeout
  • ๐Ÿ“ฆ Fixed Pip Install Warnings โ€” Automatic handling of externally-managed Python environments
  • โž• Enhanced Navigation โ€” Support for custom project directory paths in go command
  • ๐ŸŽฏ 180s Timeout for Non-Interactive โ€” Non-interactive commands timeout after 3 minutes (prevents hangs)

๐Ÿ”— v1.1.2 Features

  • ๐Ÿ”— Command Chaining โ€” Chain commands with >>> operator: go downloads >>> ls >>> echo "done"
  • ๐Ÿ”„ Command Composability โ€” CCMD commands can call other CCMD commands
  • ๐ŸŽฏ Smart Directory Chaining โ€” Directory changes persist through command chains
  • ๐Ÿ›ก๏ธ Enhanced Security โ€” Context-aware validation, expanded pattern detection (40+ patterns)
  • ๐Ÿ’€ Process Management โ€” kap kills all processes (with confirmation), kp kills by name
  • ๐Ÿ” bcrypt Fallback โ€” PBKDF2-HMAC-SHA256 fallback if bcrypt unavailable
  • ๐Ÿ”’ Type Enforcement โ€” Custom commands cannot abuse privileged types

Example: ccmd add โ†’ name: devwork โ†’ command: go projects >>> ls >>> echo "Ready to code!"

๐Ÿ” v1.1.1 Security Features

  • ๐Ÿ”’ Master Password System โ€” Protect sensitive commands with bcrypt-hashed passwords
  • ๐Ÿ›ก๏ธ Command Injection Prevention โ€” Automatic blocking of dangerous command patterns
  • ๐Ÿ” SSH Key Validation โ€” Verify key permissions (0600) before use
  • ๐Ÿ” Sensitive Command Detection โ€” Auto-detect and protect sudo, ssh, AWS commands
  • ๐Ÿ“ Atomic File Operations โ€” Safe, corruption-proof file writes
  • ๐ŸŽฏ Intelligent Auto-Locator โ€” No more path issues, works anywhere
  • ๐Ÿ“Š Audit Logging โ€” Track all authentication attempts
  • โšก Security Cache โ€” 5-minute authentication window for convenience

New Commands: init, debug, sudo, change-password, reset-password, kap, kp

๐Ÿ†• v1.1.0 Features

  • โœจ Custom Commands โ€” Create your own commands with add, manage with remove
  • ๐Ÿ”„ Instant Reload โ€” reload command updates config without manual reinstall
  • ๐ŸŽฏ Interactive Push โ€” Full git workflow with file selection and auto-commit messages
  • ๐Ÿ“‹ Command Manager โ€” Enable/disable commands with list
  • ๐Ÿ›ก๏ธ Graceful Cancellation โ€” Press Ctrl+C anytime without ugly errors
  • ๐ŸŒ Better Windows Support โ€” Fully tested on PowerShell with proper encoding

Core Features

  • Cross-Platform Support โ€” Linux, WSL, Windows PowerShell (macOS code exists but untested*)
  • Natural Commands โ€” No prefixes; just type go, push, cpu, etc.
  • Smart Directory Navigation โ€” Search and jump to directories anywhere
  • Auto Git Integration โ€” Interactive add, commit, and push workflow
  • System Insights โ€” Monitor CPU, memory, and processes
  • Safe Rollback โ€” Backs up your shell configuration before any changes
  • Persistent Customization โ€” Your custom commands survive CCMD updates
  • Password Protection โ€” Mark custom commands as requiring authentication

*macOS users: We need your feedback! Please test and report issues.


๐Ÿ“š Documentation

For detailed guides and technical documentation, see:


๐Ÿงฑ Project Structure

ccmd/
 โ”œโ”€โ”€ cli/
 โ”‚   โ”œโ”€โ”€ main.py           # CLI entrypoint
 โ”‚   โ”œโ”€โ”€ install.py        # Installation and PATH setup
 โ”‚   โ”œโ”€โ”€ editor.py         # Interactive command editor
 โ”‚   โ””โ”€โ”€ ssh_manager.py    # Manage SSH aliases and keys
 โ”œโ”€โ”€ core/
 โ”‚   โ”œโ”€โ”€ parser.py         # Parse and map custom commands
 โ”‚   โ”œโ”€โ”€ executor.py       # Execute commands securely
 โ”‚   โ”œโ”€โ”€ registry.py       # Manage alias storage
 โ”‚   โ”œโ”€โ”€ rollback.py       # Backup & restore shell configs
 โ”‚   โ””โ”€โ”€ system_check.py   # Detect OS and compatibility
 โ”œโ”€โ”€ commands.yaml         # Default command definitions
 โ”œโ”€โ”€ run.py                # Master entrypoint
 โ”œโ”€โ”€ setup.sh              # Unix installer
 โ”œโ”€โ”€ setup.ps1             # Windows installer
 โ”œโ”€โ”€ LICENSE
 โ””โ”€โ”€ README.md

๐Ÿš€ Installation

Prerequisites

  • Python 3.7+
  • pip (usually included with Python)

Method 1: Install from PyPI (Recommended) โญ

The easiest way to install CCMD:

pip install ccmd

That's it! CCMD is now available as the ccmd command globally.

Test installation:

ccmd --version
ccmd --list

Note: PyPI installation provides the CCMD package but you may still need to run shell integration for full functionality:

ccmd --install  # Sets up shell integration (one-time setup)

Method 2: Install from GitHub (For Development)

For users who want the latest development version or want to contribute:

# Clone the repository (ccmd branch)
git clone -b ccmd https://github.com/Wisyle/ccmd.git
cd ccmd

# Run the installer for your platform
# Linux/macOS/WSL:
bash setup.sh

# Windows PowerShell:
.\setup.ps1

# Reload your shell
source ~/.bashrc  # or ~/.zshrc for Zsh, or restart terminal

Method 3: Download Release ZIP (Offline Install)

If you don't have pip or git access:

  1. Download the latest release:

  2. Extract and install:

    # Linux/macOS/WSL:
    cd /path/to/ccmd
    bash setup.sh
    source ~/.bashrc
    
    # Windows PowerShell:
    cd C:\path\to\ccmd
    .\setup.ps1
    . $PROFILE
    

Verify Installation

After installation, test that CCMD is working:

# Check system status
ccmd --check

# List available commands
ccmd --list

# Test a command
go home

Update CCMD

If installed via PyPI (recommended):

pip install --upgrade ccmd

If installed via Git:

cd /path/to/ccmd
git pull origin ccmd
python3 run.py --install

If installed via ZIP:

  • Download the latest version from PyPI: pip install --upgrade ccmd
  • Or download latest ZIP and reinstall

Uninstall

If installed via PyPI:

pip uninstall ccmd
ccmd --restore  # Optional: restore shell config

If installed via Git/ZIP:

python3 run.py --restore  # Removes shell integration

๐Ÿง  Default Commands

Navigation

Command Description Example
go <dir> Navigate to directory or search go downloads

Git Operations

Command Description Notes
push Interactive git add, commit, and push Auto-generates commit messages ๐Ÿ†•

System Monitoring

Command Description Platform Support
cpu Show CPU usage Linux, macOS, Windows
mem Show memory usage Linux, macOS, Windows
proc List running processes Linux, macOS, Windows
kap Kill process by PID Linux, macOS, Windows

Custom Commands ๐Ÿ†• v1.1.0

Command Description Notes
add Create a custom command Interactive prompts
remove Delete a custom command Shows list to select from
list Manage commands (enable/disable) Toggle commands on/off

CCMD Management

Command Description Notes
reload Reload config and update shell ๐Ÿ†• No manual reinstall needed
update Update CCMD from GitHub Downloads latest version
version Show current and latest version Checks GitHub releases
restore Restore shell config from backup Rollback changes
uninstall Remove CCMD completely Cleans everything
hi Show system dashboard System overview

โš™๏ธ Configuration

Default Commands

CCMD default commands are defined in $CCMD_HOME/commands.yaml. These are managed by CCMD and updated when you upgrade.

Custom Commands (v1.1.0+)

Your custom commands are stored separately in:

~/.ccmd/custom_commands.yaml

Why separate? Your custom commands survive CCMD updates and never get overwritten.

Create custom commands:

add                    # Interactive command creation

Remove custom commands:

remove                 # Interactive command removal

Reload after manual edits:

reload                 # Reloads config and updates shell

Each command follows this format:

mycommand:
  description: "What this command does"
  action: "the shell command to execute"
  type: custom
  interactive: false   # Set to true for commands needing user input

๐Ÿ” Security & Safety

Security Score: 7.8/10 (GOOD) โœ…

CCMD has been professionally audited using both Bandit static analysis and Claude AI security scanning. See SECURITY_AUDIT_CLAUDE.md for the complete AI security audit report.

Scan Results:

  • โœ… 0 HIGH severity issues (Bandit)
  • โœ… 0 critical vulnerabilities (Claude AI)
  • โœ… All dependencies secured (Safety + Dependabot)
  • โœ… Comprehensive threat model documented

Security Comparison vs Similar Tools

CCMD beats oh-my-zsh and bash-it in ALL security categories:

Security Feature CCMD oh-my-zsh bash-it Verdict
Command Injection Protection โœ… Strong (40+ patterns) โš ๏ธ Basic โš ๏ธ Basic CCMD Best
Password Protection โœ… Yes (bcrypt) โŒ No โŒ No CCMD Best
Atomic Shell Writes โœ… Yes (v1.1.5) โŒ No โŒ No CCMD Best
Backup/Restore โœ… Built-in โš ๏ธ Manual โš ๏ธ Manual CCMD Best
Security Documentation โœ… Comprehensive โš ๏ธ Limited โš ๏ธ Limited CCMD Best
Dependency Scanning โœ… Automated (CI/CD) โŒ No โŒ No CCMD Best
Cross-Platform Support โœ… Win/Linux/Mac โŒ Unix only โŒ Unix only CCMD Best
Threat Model โœ… Documented โŒ No โŒ No CCMD Best

Security Features

  • โœ… Backups created automatically before modifying any shell files
  • โœ… Rollback available anytime with --restore
  • โœ… SSH keys are never stored or transmitted
  • โœ… Safe execution via subprocess calls, never eval
  • โœ… Command validation with 40+ dangerous pattern detection
  • โœ… Master password protection for sensitive commands
  • โœ… Atomic writes prevent shell config corruption
  • โœ… Automated scanning with Bandit, Safety, and CodeQL

๐Ÿงช Testing Locally

Before global install, run:

python run.py --test

This simulates:

  • Shell detection and rc edits
  • Git and system command execution
  • Rollback and uninstall checks

๐Ÿงฐ Example Usage

# Navigate fast
go downloads

# Push Git changes instantly
push

# Check system load
cpu

# Connect to your default server
ssh

๐ŸŒ Contributing

Contributions are welcome! Fork the repo, create a branch, make your edits, and open a pull request. A contribution guide will soon be added in /docs/CONTRIBUTING.md.


๐Ÿ“œ License

Released under the MIT License. Free to use, modify, and distribute.


๐Ÿง‘โ€๐Ÿ’ป Developed By

De Catalyst GitHub: @Wisyle Email: Robert5560newton@gmail.com X (Twitter): @iamdecatalyst Instagram: @iamdecatalyst Telegram: @iamdecatalyst

For bug reports, updates, or collaboration inquiries, feel free to reach out.


๐Ÿช„ Tagline

โ€œStop remembering commands. Start commanding naturally.โ€


Always check new releases before downloading

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccmd-1.1.7.tar.gz (67.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ccmd-1.1.7-py3-none-any.whl (63.3 kB view details)

Uploaded Python 3

File details

Details for the file ccmd-1.1.7.tar.gz.

File metadata

  • Download URL: ccmd-1.1.7.tar.gz
  • Upload date:
  • Size: 67.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ccmd-1.1.7.tar.gz
Algorithm Hash digest
SHA256 9b00b67bf55ae0378365d85a52e5c0f89e5b5a1790fc5416b7806697af9e861c
MD5 ca55b28762816d14ad97bef5accd9ba6
BLAKE2b-256 f9db8100d12ea5d52d1912923d2e523070d454bd4b1818b7436656370a09d11e

See more details on using hashes here.

File details

Details for the file ccmd-1.1.7-py3-none-any.whl.

File metadata

  • Download URL: ccmd-1.1.7-py3-none-any.whl
  • Upload date:
  • Size: 63.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for ccmd-1.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5eaf74078d7504f655aa3e2a8497b3a467454b3ee4e81457a784b1aad0172cb0
MD5 6b7ddcb04cd0bece562b93221bf8022e
BLAKE2b-256 c0303bc726470be05b80e77b2bbc710bfe1fe0a7b2f2ae712a943bcc5885c554

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page