🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Anthony Scopatz 4aa6d67e7e Merge pull request #1450 from Kilte/thunar-custom-actions-doc
Docs: how to fix Thunar's "Open Terminal Here" action.
2016-07-19 07:03:54 -05:00
docs Docs: how to fix Thunar's "Open Terminal Here" action. 2016-07-19 14:26:36 +03:00
news Docs: how to fix Thunar's "Open Terminal Here" action. 2016-07-19 14:26:36 +03:00
recipe Using path: in meta.yaml seems to cause problems for Anaconda.org despite what the documentation says :/ 2016-06-27 13:34:43 +02:00
scripts remove run_tests 2016-06-23 17:04:28 -04:00
tests test_partial_string ref 2016-07-18 00:35:50 +03:00
xonsh teepty windows fix 2016-07-18 21:15:49 -04:00
xontrib more 2016-06-09 01:55:34 -04:00
.appveyor.yml build off 2016-07-18 21:11:01 -04:00
.binstar.yml Update build configuration for anaconda.org. This tries to force conda-convert to run after a build. It seems to have skipped converting to Windows, maybe because converting entries points is not supported. 2016-06-26 20:48:30 +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 add githash file to setup, manifest and gitignore 2016-06-26 09:46:43 -04:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml fix the need for develop and avoiding amalgamate 2016-07-15 13:46:06 +02:00
amalgamate.py some amalgamate updates from @yaroslavvb 2016-07-01 11:36:06 -04: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 version bump to 0.4.3 2016-06-30 14:52:02 -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 nop 2016-07-03 22:05:49 +03: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 update readme links for organizational account 2016-06-21 11:07:40 -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 run flake8 and coverage inside pytest and on travis 2016-07-15 09:34:01 +02:00
setup.cfg don't run flake8 for all pytets 2016-07-18 20:16:41 -04:00
setup.py small improves 2016-07-18 22:24:37 +08: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/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/ufqtigii8ma3rctt/branch/master?svg=true
    :target: https://ci.appveyor.com/project/rbrewer123/xonsh-unq93

.. 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.