🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Matthias Bussonnier 9e9c76e50a Improve documentation and messaging.
Develop info for aliases, and tell user that on first launch that if
they decide to configure now they can resume anytime.
2016-08-10 21:43:24 -07:00
docs Improve documentation and messaging. 2016-08-10 21:43:24 -07:00
news add news entry 2016-08-05 11:27:24 -04:00
scripts Use exec in xon.sh 2016-07-27 15:29:13 -04:00
tests Merge pull request #1524 from astronouth7303/xontrib-all 2016-08-03 10:22:21 -07:00
xonsh Improve documentation and messaging. 2016-08-10 21:43:24 -07:00
xontrib Remove leftover debugging statement 2016-07-30 03:36:59 -04:00
.appveyor.yml don't update on install and set package versions 2016-07-26 09:07:59 +02: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 idea files 2016-07-18 09:59:13 +02:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml run coverage build first so flake errors early 2016-07-26 14:16:23 -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 version bump to 0.4.4 2016-07-20 21:42:28 -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 reformat paragraph and remove trailing whitespace 2016-07-22 11:47:36 +02: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 manifest changes so that source dist can install anywhere 2016-06-26 11:57:14 -04:00
README.rst Point at the right appveyor 2016-08-04 01:04:48 -04:00
release.xsh colon loc fix 2016-06-11 19:43:24 -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 weird interaction between timeouts and flake8 3.0.0 in travis 2016-07-27 16:01:28 +02: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.