Metadata-Version: 2.4
Name: octogit
Version: 0.3.3
Summary: giving git tentacles to work better with github
Home-page: https://github.com/myusuf3/octogit
Author: Mahdi Yusuf
Author-email: yusuf.mahdi@gmail.com
License: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: clint2
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

========
Octogit
========

.. image:: https://github.com/myusuf3/octogit/raw/gh-pages/assets/img/readme_image.png
   :align: center

A **free** and **open source** interface to github from the command line. Avoid the usual copy and paste when creating repositories, keep up to date on issues, and much more.

--Everybody loves more tentacles.


Installation
============

Installing using pip. ::

    pip install octogit


Using Octogit
==============

Available commands. ::

    octogit login 
    # allows you to store your github authentication data 

    octogit create <reponame> 'description' 
    # lets you create the repository both locally and on github 

    octogit issues 
    # lets you see all the related issues in the current repository 

    octogit issues <number> 
    # lets you see a specific issue with summary 

    octogit issues <number> close 
    # lets you close an issue


Contribute
==========
If you would like to contribute simply fork this project and add yourself to the AUTHORS.txt along with some changes hopefully and submit a pull request.


