🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Matthias Bussonnier c28eafde53 Enable (some) coverage.
Not sure exactly how xonsh is tested completely, so I expect most of the
coverage process to be wrong (for now)

Codecov have [browser
extensions](https://github.com/codecov/browser-extension) that allow you
to see the coverage directly in the pull requests in GitHub.

We might have to give codecov some limited access to the repo (webhook),
and tell the codecov bot to shut its mouth once it's enabled. But it's
super non intrusive, and kind-of useful when you refactor to see that
your code is tested.

Also set some sensible where coverage would fail only if it drops by 10%
in 1 PR.
2016-06-06 20:02:13 -07:00
docs Merge pull request #1142 from asmeurer/alias-docs 2016-06-06 21:03:33 +02:00
recipe Update recipe to match the one used on conda-forge 2016-04-27 21:28:37 +02:00
scripts crlf issue 2016-05-16 01:21:10 -04:00
tests update tests for man page completion 2016-06-04 16:07:03 -04:00
xonsh fix issue with trying to delete a literal value 2016-06-06 13:51:45 -04:00
xontrib interim add 2016-05-11 00:42:36 -04:00
.appveyor.yml version bump to 0.3.3 2016-06-06 12:00:49 -04: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 The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07: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 Enable (some) coverage. 2016-06-06 20:02:13 -07: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 changelog entry 2016-06-06 13:55:24 -04:00
codecov.yml Enable (some) coverage. 2016-06-06 20:02:13 -07:00
CONTRIBUTING.rst CONTRIBUTING: render as RST on GitHub 2016-06-05 23:04:44 +02: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 minor release modification. 2016-02-07 18:35:42 -05:00
requirements-docs.txt Updates to docs 2016-05-16 12:42:02 +02:00
requirements-tests.txt Enable (some) coverage. 2016-06-06 20:02:13 -07:00
setup.py merge from master 2016-06-04 13:38:09 -04:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py change rm option to keep option and add a build only option 2016-05-23 09:11:56 +02: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.