🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2016-05-14 18:59:14 -04:00
docs Docs: Python Virtual Environments Guide Added. 2016-05-13 14:19:43 +04:00
recipe Added ply back as a dependency for tests and the conda recipe. 2016-05-07 21:50:59 +02:00
scripts updated 2016-02-19 18:23:12 -05:00
tests more tests 2016-05-11 23:41:14 -04:00
xonsh Merge pull request #892 from scopatz/which 2016-05-14 16:38:51 -04:00
xontrib interim add 2016-05-11 00:42:36 -04:00
.appveyor.yml Added ply back as a dependency for tests and the conda recipe. 2016-05-07 21:50:59 +02: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
.gitattributes Added git attributes file to ensure that test/histories/*.json files are checked out with lf line-endings even on windows. 2016-03-29 21:45:09 +02:00
.gitignore interim add 2016-05-11 00:42:36 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml fix travis call to pip 2016-04-01 00:26:40 -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
CHANGELOG.rst Fix launcher for Windows install dirs with a space 2016-05-13 22:13:09 +01: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
MANIFEST.in make pip work again 2015-11-29 10:36:20 +01:00
README.rst Add 'Projects that use xonsh' section to README 2016-05-14 18:59:14 -04:00
release.xsh revert recipie manipulation 2016-02-24 15:09:16 -05:00
requirements-tests.txt Added ply back as a dependency for tests and the conda recipe. 2016-05-07 21:50:59 +02:00
requirements.txt Remove PLY from requirements and dependencies 2016-05-07 11:49:56 +02:00
setup.py Fix launcher for Windows install dirs with a space 2016-05-13 22:13:09 +01:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xontribs.json added xontribs 2016-05-09 23:40:45 -04:00

xonsh
=====

.. image:: https://badges.gitter.im/scopatz/xonsh.svg
   :alt: Join the chat at https://gitter.im/scopatz/xonsh
   :target: https://gitter.im/scopatz/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. 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://xon.sh for more information.

Projects that use xonsh
***********************

- `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.