A cli tool for interact with [Github](https://github.com).
Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
api.py
cli.py
config.py
github-cli.py
utils.py

README.md

Github-cli

A command line utility for interact with Github.com.

It is under development. Use it at your own risk.

Any contribution/suggestion is really welcome.

Examples

  • run the shell:

      python3 github-cli.py shell
    
  • run the help:

      >help [cmd]
    
  • list public repositories of an user:

      >ls MarcoFavorito
    
  • create your repo:

      >mkdir MarcoFavorito hello-world --desc "hello world!" --private
    

then, an interactive session asks you the password.

  • remove a repo

      >rmdir MarcoFavorito hello-world
    

WAIVER, DISCLAIMER & RELEASE OF LIABILITY

I hereby declare that I will not be liable for any improper use of this software, especially regarding to Github API terms and GitHub Privacy Statement.

License

The software is released under MIT license.