Skip to content

BossX429/CMD-ULTRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CMD ULTRA - Hybrid Intelligence System

A powerful command-line enhancement system for Windows that supercharges CMD with 150+ intelligent commands and shortcuts.

Overview

CMD ULTRA is a hybrid system combining the best features of CMD Intelligence Suite V2 and CMD Brain, creating the ultimate Windows command-line experience.

Features

πŸš€ Core Capabilities

  • 150+ Intelligent Commands - Pre-configured shortcuts and aliases
  • Auto-loading - Runs automatically on every CMD session
  • Colored Prompt - Username@Computer path display
  • Hybrid Intelligence - Best of both worlds

🎯 AI Integration

  • AI-Librarian - Conversation search and management
    • aistats - Show statistics
    • ais 'keyword' - Search conversations
    • aiget <id> - Get full conversation

πŸ—‚οΈ Navigation

  • Quick directory jumping: .., ..., desk, docs, projects
  • Project shortcuts: agentfarm, librarian
  • Unix-style: ls, ll, la, cat, grep

πŸ”§ Git Integration

  • Short commands: g, gs, ga, gc, gp, gl
  • Enhanced logging: gl shows graph with decorations
  • Full workflow: status, add, commit, push in seconds

🐍 Python Development

  • Quick Python: py, pip, venv, activate
  • Interactive: ipy for immediate REPL
  • Environment management built-in

πŸ’» System Monitoring

  • CPU: cpu - Processor info and load
  • Memory: mem - RAM usage
  • GPU: gpu, gpuinfo, taskgpu - AMD Radeon support
  • Disk: disk - Drive space
  • Temperature: temp - System temps
  • Radeon: radeon - Launch Radeon Software

⚑ Power User Tools

  • admin - Launch admin CMD
  • hosts - Edit hosts file
  • reload - Reload CMD ULTRA
  • tasks - Task Manager
  • resmon - Resource Monitor
  • perfmon - Performance Monitor

πŸ€– Ollama LLM Support

  • olist - List models
  • orun <model> - Run a model
  • ostop - Stop Ollama

πŸ“ Notes System

  • note "text" - Quick notes
  • notes - View all notes
  • clearnotes - Clear notes

πŸ” Search & Find

  • findf <pattern> - Find files recursively
  • grep <pattern> - Search in files
  • pgrep <name> - Find processes

Installation

Prerequisites

  • Windows 11 (works on Windows 10)
  • Python 3.12+ (for AI-Librarian features)
  • Git (for version control features)

Install CMD ULTRA

  1. Clone or download to C:\CmdEnhancements\
  2. Run as Administrator:
    cd C:\CmdEnhancements
    upgrade_to_ultra.bat
  3. Close and reopen CMD

Install Git (if needed)

cd C:\CmdEnhancements
install_git.bat

System Requirements

Tested on:

  • OS: Windows 11 Pro (Build 26200)
  • CPU: Intel Core i7-12700K
  • GPU: AMD Radeon RX 7900 XTX (24GB)
  • RAM: 64GB

File Structure

C:\CmdEnhancements\
β”œβ”€β”€ cmd_ultra.bat              # Main enhancement script
β”œβ”€β”€ sysinfo.bat                # System information display
β”œβ”€β”€ COMMANDS.txt               # Full command reference
β”œβ”€β”€ README.txt                 # Documentation
β”œβ”€β”€ notes.txt                  # Your quick notes
β”œβ”€β”€ install_git.bat            # Git installer
β”œβ”€β”€ upgrade_to_ultra.bat       # Installation script
└── uninstall_cmd_enhancements.bat

Usage Examples

Quick Git Workflow

projects
cd my-project
gs              # git status
ga .            # git add all
gc "Update"     # git commit
gp              # git push

System Check

cpu             # Check CPU load
mem             # Check RAM usage
gpu             # Check GPU info
disk            # Check disk space

Navigation

...             # Go up 2 directories
desk            # Jump to Desktop
projects        # Jump to C:\Projects
agentfarm       # Jump to Agent-Farm project

Quick Notes

note "Check API limits tomorrow"
note "Bug in line 42"
notes           # View all notes

Customization

Edit C:\CmdEnhancements\cmd_ultra.bat to:

  • Add your own aliases
  • Modify project paths
  • Customize the prompt
  • Add new shortcuts

Changes take effect in new CMD windows.

Uninstallation

cd C:\CmdEnhancements
uninstall_cmd_enhancements.bat

Choose to keep or delete files.

Command Reference

Type help-cmd in CMD for full command reference.

Troubleshooting

Commands not working?

  • Check registry: reg query "HKCU\Software\Microsoft\Command Processor" /v AutoRun
  • Should show: C:\CmdEnhancements\cmd_ultra.bat

Git commands failing?

AI-Librarian errors?

  • Ensure AI-Librarian is at C:\Projects\AI-Librarian\
  • Verify database exists

Performance

  • Zero impact on CMD startup (<100ms)
  • Instant alias resolution
  • No background processes
  • Memory footprint: <1MB

License

MIT License - Free to use, modify, and distribute.

Version

CMD ULTRA v1.0

  • Released: 2025-11-22
  • Status: Production Ready
  • Commands: 150+

Credits

Hybrid system combining:

  • CMD Intelligence Suite V2
  • CMD Brain v1.0

Created for high-performance development on Windows 11.


System Specs: Intel 12700K | AMD 7900 XTX | 64GB RAM | Windows 11 Pro

About

Windows CMD Enhancement System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published