Metadata-Version: 1.1
Name: cheat-ext
Version: 0.1
Summary: Cheat Extension
Home-page: https://github.com/chhsiao90/cheat-ext
Author: chhsiao90
Author-email: chhsiao90@gmail.com
License: MIT
Description: cheat-ext
        =========
        
        |Build Status| |Coverage Status|
        
        An extension of `cheat <https://github.com/chrisallenlane/cheat>`__
        Provide simple methodology to extends cheatsheets
        
        Install
        -------
        
        ::
        
            pip install cheat-ext
        
        Usage
        -----
        
        Download cheatsheets from github
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        | This command will clone github respository to
          ``~/.cheat/.ext/author_repository``
        | and will also add symbolic link from ``~/.cheat/cmd`` to
          ``~/.cheat/.ext/author_repository/cmd``
        
        ::
        
            # installed cheatsheets from github repository
            cheat-ext install chhsiao90/cheatsheets-java
            # then use cheat to display the cheatsheet defined in the cheatsheets repository
            cheat cmd
        
        Available cheatsheets
        ---------------------
        
        -  `chhsiao90/cheatsheets-java <https://github.com/chhsiao90/cheatsheets-java>`__
           : Cheatsheets for Java
        
        .. |Build Status| image:: https://travis-ci.org/chhsiao90/cheat-ext.svg?branch=master
           :target: https://travis-ci.org/chhsiao90/cheat-ext
        .. |Coverage Status| image:: https://coveralls.io/repos/github/chhsiao90/cheat-ext/badge.svg?branch=master
           :target: https://coveralls.io/github/chhsiao90/cheat-ext?branch=master
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
