🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2015-03-28 12:24:25 -05:00
docs More code 2015-03-28 12:18:58 -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 from x import * tests 2015-03-28 09:12:10 -05:00
xonsh Merge branch 'shebang' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-shebang 2015-03-28 09:43:09 -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.rst CONTRIBUTING.rst 2015-03-28 12:24:25 -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.