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.
- Host: GitHub
- URL: https://github.com/anki-code/xonsh2
- Owner: anki-code
- License: other
- Created: 2020-11-01T13:31:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T17:10:44.000Z (over 5 years ago)
- Last Synced: 2025-08-29T02:20:44.274Z (5 months ago)
- Topics: xonsh
- Language: Python
- Homepage: https://github.com/anki-code/xonsh-operators-proposal/blob/main/XEP-2.rst
- Size: 22.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: license
- Authors: AUTHORS.rst
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.