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

https://github.com/anki-code/xonsh2

xonsh2 - XEP-2 based xonsh.
https://github.com/anki-code/xonsh2

xonsh

Last synced: 4 months ago
JSON representation

xonsh2 - XEP-2 based xonsh.

Awesome Lists containing this project

README

          

xonsh2
------

The `xonsh2 `_ repository was built by `my-xonsh-fork `_
from `xonsh-xep-2 `_ repository that has `XEP-2 `_ changes.

The installation of ``xonsh2`` will not affect your host xonsh installation. You can install xonsh2 and: run it, create ``.xonshrc_2``, add to
the shebang (``#!/usr/bin/env xonsh2``), run scripts (``xonsh2 my.xsh``), put xontribs to ``xontrib2`` directory
and load it via ``xontrib2 load``. Original xonsh will live shoulder to shoulder with xonsh2 in fact.

Install and try:

.. code-block:: bash

pip install -U git+https://github.com/anki-code/xonsh2
xonsh2

Feel free to make pull requests or create issues in the `xonsh-xep-2 `_
repository if you like the XEP-2 approach.