🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Anthony Scopatz f62397fc99 updated docs
2016-10-04 20:51:45 -04:00
docs updated docs 2016-10-04 20:51:45 -04:00
news added news entry 2016-10-04 20:27:33 -04:00
scripts Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
tests Merge branch 'master' into rs 2016-10-03 22:15:32 -04:00
xonsh Merge branch 'master' into rs 2016-10-04 19:54:50 -04:00
xontrib Allow activation of environments in relative directories. 2016-10-02 21:49:38 -04:00
.appveyor.yml version bump to 0.4.7 2016-10-02 07:50:17 +03:00
.circle.yml parallelize runs 2016-08-24 14:21:37 -04:00
.circle_miniconda.sh hack in separate 3.4 and 3.5 tests in conda 2016-08-24 14:12:56 -04:00
.coveragerc improve coverage reports 2016-07-15 09:34:13 +02:00
.gitattributes The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07:00
.gitignore tests run, if though they fail 2016-09-06 22:46:04 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml Build docs on 3.5 otherwise we'll never caught failures. 2016-09-17 13:20:17 -07:00
amalgamate.py Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
CHANGELOG.rst version bump to 0.4.7 2016-10-02 07:50:17 +03:00
circle.yml add circleci yml file 2016-08-24 13:20:17 -04:00
codecov.yml Enable (some) coverage. 2016-06-06 20:02:13 -07:00
conftest.py add comment on conftest.py to why it exists 2016-07-17 01:21:11 +02:00
CONTRIBUTING.rst devguide update 2016-10-01 09:49:21 +03:00
license copyright update 2016-06-30 12:24:55 -04:00
logo.txt accomodate pip bug by making setup.py ascii 2015-11-16 15:12:02 -08:00
MANIFEST.in ship tests to pypi for downstream folks 2016-08-17 15:47:46 -04:00
README.rst Add circle CI badge to readme 2016-09-28 08:32:45 -04:00
release.xsh some more release abstractions 2016-08-17 12:47:29 -04:00
requirements-docs.txt Updates to docs 2016-05-16 12:42:02 +02:00
requirements-tests.txt some weird interaction between timeouts and flake8 3.0.0 in travis 2016-07-27 16:01:28 +02:00
setup.cfg some test fiexes 2016-09-06 22:52:13 -04:00
setup.py Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
xontribs.json added xontribs 2016-05-09 23:40:45 -04:00

xonsh
=====

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

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

.. image:: https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true
    :target: https://ci.appveyor.com/project/xonsh/xonsh

.. image:: https://circleci.com/gh/xonsh/xonsh.svg?style=shield
    :target: https://circleci.com/gh/xonsh/xonsh

.. image:: https://landscape.io/github/xonsh/xonsh/master/landscape.svg?style=flat
    :target: https://landscape.io/github/xonsh/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.