🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2018-08-15 14:33:55 -07:00
.circleci disable 3.7 CI in some places 2018-07-19 19:21:52 -04:00
.github First crack at issue and pr template 2018-07-18 12:27:15 -04:00
ci enable CI for Python 3.7 2018-07-19 19:08:00 -04:00
docs Merge pull request #2756 from xonsh/xernel 2018-08-07 08:43:11 +02:00
news Merge pull request #2765 from xonsh/ptk2single 2018-08-11 10:22:24 -04:00
scripts cat overhaul 2018-08-08 20:24:06 -04:00
tests test fix for windows 2018-08-09 14:35:45 -04:00
xonsh Merge pull request #2765 from xonsh/ptk2single 2018-08-11 10:22:24 -04:00
xontrib fixes valueerror raises when executing vox list -- originally caused by modifying dirnames in-place while iterating over it 2018-08-15 14:33:55 -07:00
.appveyor.yml bumped version to 0.7.3 2018-08-07 17:23:34 -04:00
.appveyor_install.cmd add MSYS2 to AppVeyor testing matrix 2017-12-31 15:15:53 +01:00
.appveyor_test.cmd fix AppVeyor MSYS2 test script to no longer use symlinks in pytest 2017-12-31 17:50:55 +01:00
.coveragerc coveragerc cleanup 2017-01-31 17:10:40 +02:00
.gitattributes The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07:00
.gitignore add comment for gitignore 2018-07-03 10:47:58 -04:00
.landscape.yaml Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
.travis.yml add upgrade to pip install 2018-07-19 19:33:30 -04:00
amalgamate.py some formatting fixes 2018-07-15 17:00:46 -05:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
CHANGELOG.rst Updated CHANGELOG for 0.7.3 2018-08-07 17:23:34 -04:00
codecov.yml codecov threshold 2% 2017-03-28 15:15:58 +03:00
conftest.py add comment on conftest.py to why it exists 2016-07-17 01:21:11 +02:00
CONTRIBUTING.rst Documentation spelling corrections 2017-06-07 11:51:06 -04:00
empty prompt.vc test tweak/current_branch fix 2016-11-17 23:31:41 +02:00
github_deploy_key.enc publish dev and latest release docs on xonsh-docs 2016-10-20 19:48:38 -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
Makefile Fix amalgamation command to be more complete. Also add help and be less verbose. 2016-11-28 21:08:32 -05:00
MANIFEST.in remove docs from tarballs 2017-12-08 11:09:58 +01:00
README.rst Merge branch 'cover' into ccover 2017-01-30 15:32:41 +02:00
release.xsh Fix release script dirtying the repo 2017-06-10 09:00:06 -04:00
requirements-docs.txt Merge pull request #2756 from xonsh/xernel 2018-08-07 08:43:11 +02:00
requirements-tests.txt Remove support of pygments <2.2 2018-08-01 22:22:08 +02:00
rever.xsh updated rever 2018-07-16 12:30:53 -04:00
setup.cfg some more flake fixes 2018-08-02 23:27:12 -04:00
setup.py cat overhaul 2018-08-08 20:24:06 -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

.. image:: https://codecov.io/gh/xonsh/xonsh/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/xonsh/xonsh

xonsh is a Python-powered, cross-platform, Unix-gazing 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.