🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2019-06-12 19:57:21 +02:00
.circleci Py38 2019-05-24 10:01:15 -05:00
.github Add <details> block to issue template 2019-02-01 12:18:00 -05:00
ci remove matplotlib from 3.5 deps 2019-06-04 11:38:29 -04:00
docs docs: allow to break words in code literal 2019-06-06 00:13:33 +09:00
news Newsitem for Alt+. binding 2019-06-12 19:57:21 +02:00
scripts Merge branch 'env-dash-S' of https://github.com/carmenbianca/xonsh into carmenbianca-env-dash-S 2019-05-21 18:21:08 -05:00
tests Fix pip completer misfires on bagpipes and similar 2019-05-30 15:25:16 -04:00
xonsh bumped version to 0.9.6 2019-06-10 14:07:07 -04:00
xontrib Remove yet another unused import in bashisms 2019-06-12 19:43:45 +02:00
.appveyor.yml bumped version to 0.9.6 2019-06-10 14:07:07 -04:00
.appveyor_install.cmd more path fixes 2018-12-06 08:33:26 -05:00
.appveyor_test.cmd setup.py instead 2018-12-05 19:45:58 -05:00
.authors.yml Updated authorship for 0.9.6 2019-06-10 14:07:07 -04: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
.mailmap Updated authorship for 0.9.6 2019-06-10 14:07:07 -04:00
.travis.yml Py38 2019-05-24 10:01:15 -05:00
amalgamate.py Fix amalgamation to not "unblack" __init__ files 2018-09-05 10:37:33 -04:00
appveyor.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
AUTHORS.rst Updated authorship for 0.9.6 2019-06-10 14:07:07 -04:00
azure-pipelines.yml Py38 2019-05-24 10:01:15 -05:00
CHANGELOG.rst Updated CHANGELOG for 0.9.6 2019-06-10 14:07:07 -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 replace link of numpydoc's styleguide to new one 2019-03-14 00:03:59 +09: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 ply update directive in Makefile 2018-11-02 14:46:17 -04:00
MANIFEST.in Add all test files to MANIFEST.in 2019-04-07 22:33:01 +02:00
README.rst Drop support for Python 3.4 2019-05-06 16:51:32 -03:00
release.xsh Fix deprecation warnings from unallowed escapes 2018-10-05 11:51:08 +02:00
requirements-docs.txt Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
requirements-tests.txt Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
rever.xsh initial authors 2019-01-31 10:46:46 -05:00
run-tests.xsh fix test runner 2019-05-31 14:48:16 -04:00
setup.cfg E203 whitespace before ':' 2018-08-30 23:06:30 -05:00
setup.py python_requires 2019-05-10 18:47:34 -04:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py Drop support for Python 3.4 2019-05-06 16:51:32 -03: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.5+ with additional shell primitives.
xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.

Please visit https://xon.sh for more information.

Projects that use xonsh
***********************

- `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.
- `rever <https://regro.github.io/rever-docs/>`_: Cross-platform software release tool.
- `Regro autotick bot <https://github.com/regro/cf-scripts>`_: Regro Conda-Forge autoticker.