🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2015-11-15 18:02:51 -08:00
docs clarify how to test incl. locally installed code 2015-11-15 18:02:51 -08:00
recipe Ensure conda build will also install the jupyter kernel spec 2015-10-04 12:52:27 -04:00
scripts Replace run_tests bash script with xsh script. 2015-11-14 19:20:00 -08:00
tests Modify the code to comply with the alias API. 2015-11-06 17:38:08 -08:00
xonsh Prevent garbled prompt for shells within emacs 2015-11-08 12:56:15 -08:00
.appveyor.yml version 0.2.3 bump 2015-11-06 21:40:52 -05:00
.binstar.yml Added setting to build for both python 3.4 and 3.5 on anaconda.org 2015-10-04 12:52:27 -04:00
.gitignore some v3.5 updates 2015-09-13 12:17:11 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml try travis 3.5 2015-09-26 22:31:48 -04:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
binstar.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
CONTRIBUTING added contrib 2015-03-28 17:19:33 -05:00
license license 2015-04-04 13:50:53 -05:00
Makefile Replace run_tests bash script with xsh script. 2015-11-14 19:20:00 -08:00
README.rst resolved merge conflicts, possibly not working 2015-08-04 21:38:05 -05:00
requirements.txt Added ply dependency to requirements 2015-04-06 12:22:17 -07:00
setup.py installation of jupyter hook to given destination 2015-11-08 21:15:08 +01:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00

xonsh
=====

.. image:: https://travis-ci.org/scopatz/xonsh.svg?branch=master
    :target: https://travis-ci.org/scopatz/xonsh

.. image:: https://ci.appveyor.com/api/projects/status/ufqtigii8ma3rctt/branch/master?svg=true
    :target: https://ci.appveyor.com/project/rbrewer123/xonsh-unq93

.. image:: https://landscape.io/github/scopatz/xonsh/master/landscape.svg?style=flat
    :target: https://landscape.io/github/scopatz/xonsh/master
    :alt: Code Health

xonsh is a Python-ish, BASHwards-compatible shell language and command prompt.
The language is a superset of Python 3.4 with additional shell primitives.
xonsh (pronounced *conch*) is meant for the daily use of experts and novices 
alike.

Please visit http://xonsh.org or http://xonsh.readthedocs.org for more information.