Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanivo/with

A shell context manager
https://github.com/renanivo/with

context-switching python3

Last synced: 6 days ago
JSON representation

A shell context manager

Awesome Lists containing this project

README

        

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