🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2021-11-17 15:37:41 -05:00
.github chore: use conda to install py310 (#4519) 2021-11-17 13:40:19 -05:00
appimage Update pre-requirements.txt (#4073) 2021-01-30 15:13:33 -05:00
ci chore (ci): improve ci workflows and deps management (#3873) 2020-10-19 11:52:37 -04:00
docs Update editors.rst (#4526) 2021-11-02 08:52:05 -04:00
news Updated CHANGELOG for 0.11.0 2021-11-17 15:37:41 -05:00
requirements fix: random test failures on macos (#4518) 2021-10-15 08:53:30 -04:00
scripts re-run CI tests 2020-08-08 14:02:44 -04:00
tests adding convention for short boolean flags (#4520) 2021-11-17 13:51:18 -05:00
xonsh bumped version to 0.11.0 2021-11-17 15:35:27 -05:00
xontrib adding convention for short boolean flags (#4520) 2021-11-17 13:51:18 -05:00
.authors.yml Updated authorship for 0.11.0 2021-11-17 15:34:51 -05:00
.coveragerc Add test for readline shell (#4447) 2021-09-02 22:15:20 +03:00
.gitattributes Syntax highlighting for xsh on Github 2020-10-01 23:33:19 +03:00
.gitignore add py310 (#4270) 2021-06-07 13:40:40 -04:00
.mailmap Updated authorship for 0.11.0 2021-11-17 15:34:51 -05:00
.pre-commit-config.yaml chore: upgrade black and mypy (#4399) 2021-07-29 18:31:52 -04:00
.travis.yml Add groups to env vars (#4026) 2021-01-04 12:21:44 -05:00
amalgamate.py feat: add flake8-bugbear (#4288) 2021-05-26 23:15:34 +03:00
AUTHORS.rst Updated authorship for 0.11.0 2021-11-17 15:34:51 -05:00
CHANGELOG.rst Updated CHANGELOG for 0.11.0 2021-11-17 15:37:41 -05:00
conftest.py add comment on conftest.py to why it exists 2016-07-17 01:21:11 +02:00
CONTRIBUTING.rst docs: update header image link for Contributing.md (#4527) 2021-11-17 13:57:07 -05: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 refactor: remove non-source files from ply vendored (#4321) 2021-07-01 09:35:57 -04:00
MANIFEST.in Amalgamated release (#4355) 2021-07-05 20:59:44 +03:00
pyproject.toml fix: failing ci checks with black and mypy (#4517) 2021-10-14 17:01:44 -04:00
README.rst Jnoortheen patch 1 (#4451) 2021-08-30 21:12:08 +03:00
release.xsh Fix deprecation warnings from unallowed escapes 2018-10-05 11:51:08 +02:00
rever.xsh appimage: Upgrade to python 3.9 2021-07-24 14:43:38 +03:00
run-tests.xsh fix: failing ci checks with black and mypy (#4517) 2021-10-14 17:01:44 -04:00
scent.py feat: add setting to set custom function to format prompt 2020-10-25 22:49:22 +05:30
setup.cfg fix: failing ci checks with black and mypy (#4517) 2021-10-14 17:01:44 -04:00
setup.py Improve setup metadata (#4458) 2021-09-05 10:45:00 +03:00
travis.yml some v3.5 updates 2015-09-13 12:17:11 -04:00
xonsh-in-docker.py Make ptk default version much more recent 2020-09-12 20:01:41 -04:00

xonsh
=====

.. class:: center

    **xonsh** is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.

    The language is a superset of Python 3.6+ with additional shell primitives.
    xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.

    .. image:: https://raw.githubusercontent.com/xonsh/xonsh/main/docs/_static/xonsh5.png
            :alt: What is xonsh?
            :align: center

.. class:: center

    If you like xonsh, :star: the repo, `write a tweet`_ and stay tuned by watching releases.

    .. image:: https://badges.gitter.im/xonsh/xonsh.svg
            :target: https://gitter.im/xonsh/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
            :alt: Join the chat at https://gitter.im/xonsh/xonsh

    .. image:: https://img.shields.io/badge/%23xonsh%3Afeneas.org-Matrix-green
            :target: https://matrix.to/#/#xonsh:feneas.org
            :alt: Matrix room: #xonsh:feneas.org

    .. image:: https://travis-ci.org/xonsh/xonsh.svg?branch=main
            :target: https://travis-ci.org/xonsh/xonsh
            :alt: Travis

    .. image:: https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true
            :target: https://ci.appveyor.com/project/xonsh/xonsh
            :alt: Appveyor

    .. image:: https://img.shields.io/badge/Google%20Cloud%20Shell-xonsh-green
            :target: https://ssh.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/xonsh/xonsh.git
            :alt: Open in Google Cloud Shell
    .. image:: https://codecov.io/gh/xonsh/xonsh/branch/master/graphs/badge.svg?branch=main
            :target: https://codecov.io/github/xonsh/xonsh?branch=main
            :alt: codecov.io

First steps
***********

Visit https://xon.sh for more information:

- `Installation <https://xon.sh/contents.html#installation>`_ - using packages, docker or AppImage.
- `Tutorial <https://xon.sh/tutorial.html>`_ - step by step introduction in xonsh.
- `Xontribs <https://xon.sh/xontribs.html>`_ or `Github Xontribs <https://github.com/topics/xontrib>`_ - list of awesome xonsh extensions.

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/xxh/xxh>`_: Using xonsh wherever you go through the ssh.

.. _write a tweet: https://twitter.com/intent/tweet?text=xonsh%20is%20a%20Python-powered,%20cross-platform,%20Unix-gazing%20shell%20language%20and%20command%20prompt.&url=https://github.com/xonsh/xonsh