🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Anthony Scopatz e201edb2bc Merge pull request #1584 from adqm/news_test
temporary files shouldn't cause the news-related test to break
2016-08-18 23:23:24 -04:00
docs remove bash (from the docs) 2016-08-18 14:18:57 -04:00
news Merge pull request #1586 from adqm/completer_quotes 2016-08-19 02:43:17 +03:00
scripts Use pylauncher on Windows when available (#1578) 2016-08-18 21:32:57 +03:00
tests temporary files shouldn't cause the news-related test to break 2016-08-18 18:38:02 -04:00
xonsh Merge pull request #1586 from adqm/completer_quotes 2016-08-19 02:43:17 +03:00
xontrib pep8 2016-08-04 22:31:45 -04:00
.appveyor.yml version bump to 0.4.5 2016-08-16 20:35:49 -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 ignore credential files 2016-08-15 23:21:57 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml removed --cov-report=term arg 2016-08-19 02:49:05 +03: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 Use pylauncher on Windows when available (#1578) 2016-08-18 21:32:57 +03: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 flake8tify 2016-08-10 17:29:02 +03:00
setup.py code review adjustments and news entry 2016-07-30 20:38:18 +02: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.