🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2016-09-09 19:21:26 -04:00
docs Merge pull request #1669 from blahgeek/xontrib-gitstatus 2016-09-06 19:34:51 -04:00
news fixed tilde expansion 2016-09-09 19:21:26 -04:00
scripts correctly preserve parameters 2016-08-26 14:43:35 +02:00
tests fixed tilde expansion 2016-09-09 19:21:26 -04:00
xonsh fixed tilde expansion 2016-09-09 19:21:26 -04:00
xontrib move gitstatus xontrib to prompt/ 2016-09-03 13:00:04 +08:00
.appveyor.yml version bump to 0.4.6 2016-09-01 19:48:09 -04: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 cleanup for PR 2016-08-31 21:24:38 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml remove py34 and py35 from travis build 2016-08-24 14:33:02 -04:00
amalgamate.py cached, aliased import fix 2016-07-28 04:47:39 -04:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
CHANGELOG.rst minor fixes to changelog 2016-09-01 20:06:59 -04: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 remove bash (from the docs) 2016-08-18 14:18:57 -04: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 Point at the right appveyor 2016-08-04 01:04:48 -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 flake8 fixes 2016-08-21 09:59:20 -04:00
setup.py move prompts from environ.py to prompt/ 2016-09-03 12:55:52 +08:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py small style changes 2016-07-18 11:30:57 +02: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://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.