A github command line interface written in Python. This script is using Github Rest API V3. Helps in searching a user and repo for specific users and list down all the repos of a user.
More features added in future
- Python 3.x
- colorama python package
- tabulate python package
- requests python package
Currently we are not created proper package for the script as it is in development status. Once it is completed will be uploaded
- Search for any user on the github and return with information about that user
- Search repo for a specific user and get information about the repo
- If the repo is forked from somewhere it will tells about the original owner
On Windows
python github.py <username>
python github.py <username> <reponame>
On Linux
python github.py <username>
python github.py <username> <reponame>
After its development is complete we create a proper package then we dont have to write python before and .py with the file name
Just fork the repo, make changes, test and then send the pull request.