GCMD, short for gb's Command Line Interface, is a versatile and user-friendly command-line tool designed to simplify various tasks and enhance the command-line experience. Whether you're a developer, system administrator, or an enthusiast, GCMD aims to provide a set of helpful commands and utilities.
-
Intuitive Commands: GCMD offers a collection of intuitive and easy-to-use commands for common tasks.
-
Customization: Easily customize and extend GCMD to suit your workflow by adding your own commands, lua scripts or modifying existing ones.
-
Cross-Platform: Compatible with major operating systems such as Linux, macOS, and Windows, ensuring a consistent experience across different platforms.
-
Scripting Support: Use GCMD in your scripts to automate repetitive tasks and streamline your workflows.
-
Portable: GCMD is designed to be portable and lightweight, with a minimal footprint of only 3MB.
To install GCMD, follow these steps:
- Clone the repository:
git clone https://github.com/RealViper8/GCMD.git
- Navigate to the GCMD directory:
cd GCMD
if windows:
- Run the GCMD:
./gcmd
if unix (macOS, linux):
- Make the script executable:
chmod +x gcmd
- Run GCMD:
./gcmd
GCMD is designed to be user-friendly. After installation, you can start using it immediately.
Here are some example commands:
./gcmd --help
./gcmd run my_command
./gcmd config set key value
We welcome contributions! If you have ideas for new features, bug fixes, or improvements, please open an issue or submit a pull request. Make sure to follow our Contribution Guidelines.
GCMD is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.
For questions or suggestions, feel free to reach out to the project maintainer:
Email: [email protected]
Happy coding with GCMD 👍