🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2015-05-15 08:21:49 -04:00
docs Review issues addressed 2015-05-15 08:21:49 -04:00
recipe v0.1.5 bump 2015-04-08 19:28:16 -05:00
scripts add xonsh.bat 2015-05-09 02:17:34 -04:00
tests simplify and rename escape_windows_command_string() -> escape_windows_title_string(); add test for it; pep8 improvements 2015-05-13 23:14:31 -04:00
xonsh Review issues addressed 2015-05-15 08:21:49 -04:00
.gitignore Added virtualenv requirements.txt 2015-04-06 12:19:56 -07:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -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 license 2015-04-04 13:50:53 -05:00
README.rst Use landscape account from scopatz 2015-03-25 20:17:55 +01:00
requirements.txt Added ply dependency to requirements 2015-04-06 12:22:17 -07:00
setup.py install -> develop 2015-04-06 23:57:38 -05: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.