🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2015-10-01 23:27:29 -07:00
docs Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell. 2015-10-01 23:27:29 -07:00
recipe Changed source-path to be relative in conda recipe 2015-07-24 22:49:46 +02:00
scripts add xonsh.bat 2015-05-09 02:17:34 -04:00
tests more stuff 2015-09-13 15:30:49 -04:00
xonsh Enable search/abort/exit bindings again. (For prompt-toolkit upgrade.) 2015-09-24 05:30:45 +02:00
.appveyor.yml v3.5 is not on CI yet 2015-09-13 12:26:32 -04:00
.binstar.yml Added binstar build configuration to build conda packages. 2015-07-24 13:08:12 +02: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 v3.5 is not on CI yet 2015-09-13 12:26:32 -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
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 remove logo printing from setup.py --name 2015-08-07 22:53:00 +02: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.