Metadata-Version: 1.1
Name: with
Version: 0.0.2
Summary: A shell context manager
Home-page: https://github.com/renanivo/with
Author: Renan Ivo
Author-email: renanivom@gmail.com
License: UNKNOWN
Description: with
        ====
        [![Build Status](https://travis-ci.org/renanivo/with.svg)](https://travis-ci.org/renanivo/with)
        [![PyPI version](https://badge.fury.io/py/with.svg)](https://badge.fury.io/py/with)
        
        A shell context manager
        
        Install
        -------
        
        Use [pip](https://pip.pypa.io/en/stable/installing/) (Python 3 only)
        
        ```
        pip3 install with
        ```
        
        
        Usage
        -----
        
        Type `with` followed to the command you don't want to repeat, than type the subcommand. Eg:
        
        ![with git](http://i.imgur.com/P6QzNrl.gif)
        
        Type Ctrl-D to quit.
        
Keywords: context manager shell command line repl
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
