Metadata-Version: 2.0
Name: with
Version: 0.0.5
Summary: A shell context manager
Home-page: https://github.com/renanivo/with
Author: Renan Ivo
Author-email: renanivom@gmail.com
License: UNKNOWN
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
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: docopt (==0.6.2)
Requires-Dist: prompt-toolkit (==1.0.13)
Requires-Dist: python-slugify (==1.2.3)

with
====

|Build Status| |PyPI version| |Coverage|

A shell context manager

Install
-------

Use `pip`_ (Python 3 only)

::

    pip3 install with

Usage
-----

Type ``with`` followed to the command you don’t want to repeat, than
type the subcommand. Eg:

.. figure:: http://i.imgur.com/P6QzNrl.gif
   :alt: with git

Type Ctrl-D to quit.

.. _pip: https://pip.pypa.io/en/stable/installing/

.. |Build Status| image:: https://travis-ci.org/renanivo/with.svg
   :target: https://travis-ci.org/renanivo/with
.. |PyPI version| image:: https://badge.fury.io/py/with.svg
   :target: https://badge.fury.io/py/with
.. |Coverage| image:: https://codecov.io/github/renanivo/with/coverage.svg?branch=master
   :target: https://codecov.io/github/renanivo/with?branch=master


