Generate git syntax, commands by interacting with the terminal in English.
Documentation | Contribution Guidelines | Releases | Wiki
This repo is also meant to be a reference for learning how to create libraries in Python and use various features that Github provides like Github Actions, Projects and Releases. Well detailed notes on the same can be found here.
pip install easygit
from easygit import Easygit
git = Easygit()
git.interactive()
pip install --upgrade easygit
Note: Will likely contain changes not yet released in PyPI library.
pip install colorama wit
git clone https://github.com/Sharan-Babu/easygit.git
You can download specific versions of the library here.
easygit
library comes with the Easygit class which has the following methods:
Used to retrieve explanation/git syntax for given sentence.
Example Usage:
git = Easygit()
git.query("How to clone a repository using git?")
Output:
git clone <repository_web_url>
Used to start interactive mode in terminal.
git = Easygit()
git.interactive()
Output:
Interactive mode:
Enter your query:
MIT License