🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
David Strobach b31ab8504e XonshLexer: skip leading whitespace
Pygments lexer yields an extra whitespace token for inputs with leading
whitespase. This probably was not a problem for PTK2/Pygments, but breaks
command line rendering on PTK3.
2020-02-28 19:15:56 +01:00
.circleci Fix docstring and enable 3.8 on CI 2019-11-15 16:50:24 -05:00
.github details needs space 2019-06-24 15:27:23 -04:00
ci Add CI to build webconfig 2019-10-23 17:29:22 -04:00
docs Path object allows do some tricks with paths 2020-02-23 19:42:32 +03:00
news XonshLexer: skip leading whitespace 2020-02-28 19:15:56 +01:00
requirements black not available on 3.5 2019-07-19 17:30:34 -04:00
scripts correct xonsh invocation for unit tests 2019-12-06 09:37:44 -05:00
tests black-fix - split from ls_color for separate review (#3431) 2020-02-14 09:09:34 -05:00
xonsh XonshLexer: skip leading whitespace 2020-02-28 19:15:56 +01:00
xontrib autovox: Fix algorithm to cd correctly 2020-02-03 13:25:06 -05:00
.appveyor.yml bumped version to 0.9.13 2019-10-15 17:09:48 -04:00
.appveyor_install.cmd black not available on 3.5 2019-07-19 17:30:34 -04:00
.appveyor_test.cmd setup.py instead 2018-12-05 19:45:58 -05:00
.authors.yml Updated authorship for 0.9.13 2019-10-15 17:09:48 -04:00
.coveragerc Add xontrib/ to coverage 2019-08-04 12:19:05 +10:00
.gitattributes The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07:00
.gitignore News and gitignore chances to pass PR tests. 2019-12-06 10:39:22 -05:00
.mailmap Updated authorship for 0.9.13 2019-10-15 17:09:48 -04:00
.pre-commit-config.yaml pre-commit: relax python version to any python version 3 2019-10-02 14:52:56 -05:00
.travis.yml Update travis.yml for new req file path 2019-07-20 08:42:14 -04: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.13 2019-10-15 17:09:48 -04:00
azure-pipelines.yml Fix docstring and enable 3.8 on CI 2019-11-15 16:50:24 -05:00
CHANGELOG.rst properly add changes 2019-10-26 00:13:59 +03: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 black not available on 3.5 2019-07-19 17:30:34 -04: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
pyproject.toml black-fix - split from ls_color for separate review (#3431) 2020-02-14 09:09:34 -05:00
README.rst Projects that use xonsh: xxh 2020-02-09 02:18:18 +03:00
release.xsh Fix deprecation warnings from unallowed escapes 2018-10-05 11:51:08 +02:00
rever.xsh no sign 2019-10-15 17:14:50 -04:00
run-tests.xsh fix test runner 2019-05-31 14:48:16 -04:00
setup.cfg black-fix - split from ls_color for separate review (#3431) 2020-02-14 09:09:34 -05:00
setup.py config interface improvement 2019-10-23 17:20:10 -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://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.
- `xxh <https://github.com/xonssh/xxh>`_: Using xonsh wherever you go through the ssh.