GPT CLI is a Python-based project that enables natural language command execution. With this command-line interface, you can interact with your system using plain English commands, making it easier and more intuitive to perform various tasks.
To use GPT CLI, please follow the steps below:
-
Clone the repository:
git clone https://github.com/sabari245/gpt-cli.git
-
Navigate to the project directory:
cd gpt-cli -
Install the required dependencies using
pip:pip install -r requirements.txt
-
Update the
envfile with your desired settings and configurations. This file contains environment variables that can be customized to suit your needs.
Once you have installed the dependencies and updated the env file, you can start using GPT CLI. Simply run the following command in your terminal:
python main.pyThe CLI will start, and you can enter natural language commands to execute various actions. For example, you could say "create a file example.txt," or "combined tasks like commit and push to the origin" and GPT CLI will perform the corresponding action.
Feel free to explore the available commands and experiment with different tasks using natural language.
Contributions to the GPT CLI project are welcome! If you find any issues or have suggestions for improvements, please open an issue on the GitHub repository. You can also fork the project, make changes, and submit a pull request.
This project is licensed under the MIT License.
We would like to express our gratitude to the open-source community for their invaluable contributions, which helped shape and improve GPT CLI.
Thank You!
We appreciate your interest in GPT CLI. If you have any questions or need assistance, please don't hesitate to reach out. Happy coding!