🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2015-03-29 18:25:11 -05:00
docs implements non-string sequences to @() 2015-03-28 17:55:48 -05:00
recipe minor updates 2015-03-23 01:40:44 -05:00
scripts everything is a mess 2015-01-21 17:04:13 -05:00
tests more robust loading / unloading 2015-03-29 18:25:11 -05:00
xonsh more robust loading / unloading 2015-03-29 18:25:11 -05:00
.gitignore parser_test_table.py to gitignore 2015-03-15 23:40:52 -03:00
.landscape.yaml should fix errors 2015-03-26 01:33:08 -05:00
.travis.yml a first approach to a travis file 2015-03-15 23:37:21 -03:00
CONTRIBUTING added contrib 2015-03-28 17:19:33 -05:00
license stubbed things out 2015-03-07 12:02:04 -06:00
README.rst Use landscape account from scopatz 2015-03-25 20:17:55 +01:00
setup.py changing version variable name 2015-03-24 16:07:37 -04:00

xonsh
=====

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

.. 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 for more information.