🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Min RK 8ce4f5a56b start new session on foreign shell setup to avoid hangs
avoids hangs potentially caused by setpgrp
2016-01-14 20:16:33 +01:00
docs Merge branch 'master' into xonfig 2016-01-10 21:26:59 -05:00
recipe Remove the Menu entry since it only works for windows. 2015-12-04 00:19:17 +01:00
scripts Fix use-before-define error in "make test" 2015-11-21 16:13:34 -05:00
tests Merge branch 'master' into xonfig 2016-01-12 20:27:21 -05:00
xonsh start new session on foreign shell setup to avoid hangs 2016-01-14 20:16:33 +01:00
.appveyor.yml version bump to 0.2.4 2015-12-30 11:13:52 -08: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 autogen config var docs 2016-01-06 01:55:40 -08:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml try to make travis and appveyor autobuilds use quiet mode 2015-12-19 17:31:00 -05: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
CHANGELOG.rst fixed merge conflict 2016-01-10 23:22:15 -05:00
CONTRIBUTING added contrib 2015-03-28 17:19:33 -05:00
license license 2015-04-04 13:50:53 -05:00
logo.txt accomodate pip bug by making setup.py ascii 2015-11-16 15:12:02 -08:00
Makefile Replace run_tests bash script with xsh script. 2015-11-14 19:20:00 -08:00
MANIFEST.in make pip work again 2015-11-29 10:36:20 +01:00
README.rst minor docs 2016-01-07 15:49:35 -08:00
release.xsh glob uploads 2015-12-30 11:47:04 -08:00
requirements.txt Added ply dependency to requirements 2015-04-06 12:22:17 -07:00
setup.py minor docs 2016-01-07 15:49:35 -08: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-looking 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.