Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renanivo/with
- Owner: renanivo
- License: mit
- Created: 2014-11-28T01:30:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T14:45:02.000Z (over 3 years ago)
- Last Synced: 2024-10-31T21:35:27.826Z (13 days ago)
- Topics: context-switching, python3
- Language: Python
- Homepage: https://pypi.python.org/pypi/with
- Size: 126 KB
- Stars: 24
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 gitType 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