{"id":30310251,"url":"https://github.com/ajeyverma/cmdxmanage","last_synced_at":"2026-02-12T14:06:16.905Z","repository":{"id":309601179,"uuid":"1036895439","full_name":"ajeyverma/CmdXManage","owner":"ajeyverma","description":"A command manager for Windows (CMD/PowerShell), Linux/macOS (bash/zsh), and Termux to easily add, remove, view, export, and import custom aliases.","archived":false,"fork":false,"pushed_at":"2025-11-21T07:11:08.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-21T09:10:28.304Z","etag":null,"topics":["aliases","automation","bash","cmd","command-line","command-management","command-manager","linux","macos","powershell","shell-scripting","termux","windows","zsh"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajeyverma.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-12T18:37:40.000Z","updated_at":"2025-11-21T07:11:12.000Z","dependencies_parsed_at":"2025-08-12T20:33:18.999Z","dependency_job_id":"c0360744-35bb-43ff-a7a1-c6ea3f949cab","html_url":"https://github.com/ajeyverma/CmdXManage","commit_stats":null,"previous_names":["ajeyverma/cmdxmanage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajeyverma/CmdXManage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeyverma%2FCmdXManage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeyverma%2FCmdXManage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeyverma%2FCmdXManage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeyverma%2FCmdXManage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajeyverma","download_url":"https://codeload.github.com/ajeyverma/CmdXManage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajeyverma%2FCmdXManage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29367889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aliases","automation","bash","cmd","command-line","command-management","command-manager","linux","macos","powershell","shell-scripting","termux","windows","zsh"],"created_at":"2025-08-17T14:09:58.722Z","updated_at":"2026-02-12T14:06:16.900Z","avatar_url":"https://github.com/ajeyverma.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CmdXManage\n\nCmdXManage is a **cross-platform tool** to manage and organize custom commands/aliases in:  \n- 🖥️ Windows PowerShell  \n- 💻 Windows CMD  \n- 🐧 Linux \u0026 macOS (bash/zsh)  \n- 📱 Termux (Android)\n\nThis tool allows developers, system administrators, and tech enthusiasts to:\n\n- Quickly **add, edit, or remove custom commands**.\n- **Organize frequently used commands** for faster workflow.\n- Maintain **cross-platform command consistency**, so the same aliases or scripts can be used on different machines and operating systems.\n- Easily **list all available commands** for reference at any time.\n\nCmdXManage is perfect for anyone who works on multiple platforms and wants to **save time, reduce repetitive typing**, and **keep commands centralized**.\n\n---\n## ⚡ Key Advantages\n\n- **Cross-Platform:** Works seamlessly on Windows, Linux, macOS, and Termux.  \n- **User-Friendly:** Simple scripts with clear instructions for beginners.  \n- **Flexible:** Supports both **manual download** and **Git-based installation**.  \n- **Time-Saving:** Quickly manage aliases and commands without editing multiple shell configuration files.  \n- **Open Source:** Fully free to use, modify, and share under the MIT License.\n\n---\n## 🖥️ Platform Support\n\n| Platform                         | Script            | Status            | Git Installation Command / Method |\n|----------------------------------|-------------------|------------------|-----------------------------------|\n| 🖥️ Windows PowerShell            | `CmdXManage.ps1`  | ✅ Full Support  | `winget install --id Git.Git -e --source winget` |\n| 💻 Windows CMD                   | `CmdXManage.bat`  | ✅ Full Support  | [Download Git for Windows](https://git-scm.com/download/win) |\n| 🐧 Linux (Debian/Ubuntu)         | `CmdXManage.sh`   | ✅ Full Support  | `sudo apt install git -y` |\n| 🐧 Linux (Fedora)                | `CmdXManage.sh`   | ✅ Full Support  | `sudo dnf install git -y` |\n| 🐧 Linux (Arch)                  | `CmdXManage.sh`   | ✅ Full Support  | `sudo pacman -S git` |\n| 🍎 macOS (zsh/bash)              | `CmdXManage.sh`   | ✅ Full Support  | `xcode-select --install` |\n| 📱 Termux (Android)              | `CmdXManage.sh`   | ✅ Full Support  | `pkg install git -y` |\n\n---\n\n## 🚀 Installation \u0026 Usage\n\n### Method 1: Using Git (Recommended)\n\n#### 🖥️ Windows PowerShell\n```powershell\n# Install Git (if not installed)\nwinget install --id Git.Git -e --source winget\n\n# Clone the repository\ngit clone https://github.com/ajeyverma/CmdXManage.git\ncd CmdXManage\n\n#In case of not run script, Run as Administrator \nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\n\n# Run the script\n.\\CmdXManage.ps1\n````\n\n---\n\n#### 💻 Windows CMD\n\n```cmd\n:: Install Git (if not installed)\n:: Download from https://git-scm.com/download/win\n\n:: Clone the repository\ngit clone https://github.com/ajeyverma/CmdXManage.git\ncd CmdXManage\n\n:: Run the script\nCmdXManage.bat\n```\n\n---\n\n#### 🐧 Linux (bash/zsh)\n\n```bash\n# Install Git (if not installed)\nsudo apt install git -y      # Debian/Ubuntu\n# or\nsudo dnf install git -y      # Fedora\n# or\nsudo pacman -S git           # Arch\n\n# Clone the repository\ngit clone https://github.com/ajeyverma/CmdXManage.git\ncd CmdXManage\n\n# Give execute permission and run\nchmod +x CmdXManage.sh\n./CmdXManage.sh\n```\n\n---\n\n#### 🍎 macOS (zsh/bash)\n\n```bash\n# Install Git (if not installed)\nxcode-select --install\n\n# Clone the repository\ngit clone https://github.com/ajeyverma/CmdXManage.git\ncd CmdXManage\n\n# Give execute permission and run\nchmod +x CmdXManage.sh\n./CmdXManage.sh\n```\n\n---\n\n#### 📱 Termux (Android)\n\n```bash\n# Install Git\npkg install git -y\n\n# Clone the repository\ngit clone https://github.com/ajeyverma/CmdXManage.git\ncd CmdXManage\n\n# Give execute permission and run\nchmod +x CmdXManage.sh\n./CmdXManage.sh\n```\n\n---\n### Method 2: Manual Download (No Git Required)\n\n#### Option 1: Download the Full Repository\n1. Go to the [CmdXManage GitHub Repository](https://github.com/ajeyverma/CmdXManage).  \n2. Click **Code → Download ZIP**.  \n3. Extract the ZIP file to a folder of your choice.  \n4. Navigate to the folder and run the script for your platform:\n\n- **Windows PowerShell**\n```powershell\n# Run as Administrator\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\ncd \u003cpath\u003e\\CmdXManage\n.\\CmdXManage.ps1\n```\n- **Windows CMD**\n```\ncd \u003cpath\u003e\\CmdXManage\nCmdXManage.bat\n```\n- **Linux / macOS / Termux**\n```\ncd \u003cpath\u003e/CmdXManage\nchmod +x CmdXManage.sh\n./CmdXManage.sh\n```\n#### Option 2: Download Only Your Platform Script\n\nYou can also download the script file specific to your platform directly:\n\n| Platform               | Script File      | Download Raw File                                                           |\n| ---------------------- | ---------------- | --------------------------------------------------------------------------- |\n| Windows PowerShell     | `CmdXManage.ps1` | [Go to the File](https://github.com/ajeyverma/CmdXManage/blob/main/CmdXManage.ps1) |\n| Windows CMD            | `CmdXManage.bat` | [Go to the File](https://github.com/ajeyverma/CmdXManage/blob/main/CmdXManage.bat) |\n| Linux / macOS / Termux | `CmdXManage.sh`  | [Go to the File](https://github.com/ajeyverma/CmdXManage/blob/main/CmdXManage.sh)  |\n\n\n* After downloading, give execute permission (Linux/macOS/Termux) and run:\n```\nchmod +x CmdXManage.sh\n./CmdXManage.sh\n```\n* For Windows PowerShell, give execute permission and run: \n```powershell\n# Run as Administrator\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\n./CmdXManage.ps1\n```\n* For CMD, just double-click or run in terminal.\n\n---\n## ✨ Features\n\n* Add new custom commands\n* Edit existing commands\n* Remove commands\n* List all available commands\n* Works across **PowerShell, CMD, Linux/macOS, and Termux**\n\n---\n\n## 📜 License\n\n[MIT](LICENSE) – free to use, modify, and share.\n\nCopyright (c) 2025 Ajay Kumar \u003cbr\u003e \n*(also known as Ajay Verma / Aarush Chaudhary)*\n\n\n---\n\n## 👨‍💻 Author\n\nDeveloped and maintained by **Ajay Kumar**  \n*(also known as **Ajay Verma** / **Aarush Chaudhary** in different communities)*  \n\n- GitHub: [@ajeyverma](https://github.com/ajeyverma)  \n- LinkedIn: [Ajay Verma](https://www.linkedin.com/in/ajeyverma/)  \n- Instagram: [@ajayverma](https://instagram.com/ajayverma097)  \n\n---\n\n## 🤝 Contributing\n\nPull requests are welcome! \u003cbr\u003e\nFor major changes, please open an issue first to discuss what you’d like to improve.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeyverma%2Fcmdxmanage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajeyverma%2Fcmdxmanage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajeyverma%2Fcmdxmanage/lists"}