🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Konstantinos Tsakiltzidis daa909fe13 Merge pull request #2392 from nathan-hoad/xonfig-output
Don't show the repr of the LazyBool for whether or not xonsh is running on Linux.
2017-05-30 08:47:06 +03:00
docs More typos 2017-03-17 21:13:22 +01:00
news Merge pull request #2392 from nathan-hoad/xonfig-output 2017-05-30 08:47:06 +03:00
scripts Use python3 in shebangs. 2016-10-02 12:59:27 -04:00
tests Merge pull request #2359 from xonsh/custom_rc 2017-04-22 02:32:21 +03:00
xonsh Merge pull request #2392 from nathan-hoad/xonfig-output 2017-05-30 08:47:06 +03:00
xontrib Merge pull request #2368 from anddam/anddam-patch-1 2017-05-01 09:24:05 -04:00
.appveyor.yml version bump to 0.5.10 2017-05-25 23:47:50 +03:00
.circle.yml circleci.yml typo 2017-02-15 19:48:43 +02:00
.circle_miniconda.sh pin mpl to 1.5.3 for tests 2017-01-26 17:10:54 -05: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 fixed conflicts 2017-02-27 21:14:41 -05:00
.landscape.yaml landscape.io ignore ply directory 2016-10-18 16:38:47 +03:00
.travis.yml fix for small changes to doctr API 2017-03-17 11:38:12 -04: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.5.10 2017-05-25 23:50:56 +03:00
circle.yml add circleci yml file 2016-08-24 13:20:17 -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 devguide update 2016-10-01 09:49:21 +03: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 ship tests to pypi for downstream folks 2016-08-17 15:47:46 -04:00
README.rst Merge branch 'cover' into ccover 2017-01-30 15:32:41 +02:00
release.xsh Use github3.py to do github release in release.xsh 2017-05-29 16:02:50 -04:00
requirements-docs.txt Pin sphinx to 1.5.6 to avoid bug in 1.6.1 2017-05-26 13:29:54 -04:00
requirements-tests.txt remove numpy and matplotlib from pip test reqs 2016-10-11 12:22:59 -04:00
setup.cfg ignore F821 in style_tools 2017-01-27 11:19:33 -05:00
setup.py update dependencies in setup.py and docs 2017-01-27 11:18:16 -05: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.