🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Brian Skinn 02d46f7871 Add tests for prompt management of virtualenv name
Test that nothing shows when no env is active.

Test the new prefix/postfix composition (#2996).

Test whether `$VIRTUAL_ENV_DISABLE_PROMPT` *does* disable the prompt.

Test whether `$VIRTUAL_ENV_PROMPT` works to override the default
prompt composition.
2019-01-30 22:01:56 -05:00
.circleci try to fix CI tests 2018-12-05 19:17:26 -05:00
.github https for PR template 2019-01-29 13:48:07 +03:00
ci enable CI for Python 3.7 2018-07-19 19:08:00 -04:00
docs Merge pull request #2996 from xonsh/envprepost 2019-01-29 13:46:11 -05:00
news Merge pull request #2969 from tamuhey/iss2698_wsl_pipe 2019-01-29 13:52:09 -05:00
scripts cat overhaul 2018-08-08 20:24:06 -04:00
tests Add tests for prompt management of virtualenv name 2019-01-30 22:01:56 -05:00
xonsh Remove unused 'platform' import 2019-01-30 20:53:29 -05:00
xontrib remove empty args 2019-01-02 18:45:47 -05:00
.appveyor.yml bumped version to 0.8.8 2019-01-04 12:22:34 -05: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
.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
.travis.yml setup.py instead 2018-12-05 19:45:58 -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
azure-pipelines.yml Merge branch 'master' into hsah 2019-01-29 12:51:05 -05:00
CHANGELOG.rst Updated CHANGELOG for 0.8.8 2019-01-04 12:22:34 -05: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 How to run xonsh in Emacs 2018-11-06 18:42:59 +11: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 remove docs from tarballs 2017-12-08 11:09:58 +01:00
README.rst https 2019-01-22 22:02:27 +03:00
release.xsh Fix deprecation warnings from unallowed escapes 2018-10-05 11:51:08 +02:00
requirements-docs.txt docs build 2018-08-31 08:05:39 -05:00
requirements-tests.txt let flake8 set the pyflakes version 2019-01-29 11:42:23 -05:00
rever.xsh switch to run tests 2018-12-07 11:26:10 -05:00
run-tests.xsh Some tests and changelog 2018-12-10 08:17:22 -05:00
setup.cfg E203 whitespace before ':' 2018-08-30 23:06:30 -05:00
setup.py version quotes 2018-08-30 09:25:36 -05:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py black: the only color you need 2018-08-30 09:17:34 -05: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 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.