🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
2020-11-10 11:07:40 +05:30
.github Remove magic number; put it in a const 2020-10-25 17:27:40 +01:00
appimage Update xonsh.appdata.xml 2020-09-11 03:45:32 +03:00
ci chore (ci): improve ci workflows and deps management (#3873) 2020-10-19 11:52:37 -04:00
docs Docs: Updated History Backend tutorial 2020-11-07 14:15:59 +01:00
news Merge pull request #3962 from laloch/fix_history_tutorial 2020-11-08 15:42:16 -06:00
requirements Merge pull request #3902 from t0fik/fix_prompt_toolkit_version 2020-10-19 11:41:07 -05:00
scripts re-run CI tests 2020-08-08 14:02:44 -04:00
tests Add $COMPLETION_MODE='menu-complete' to enable readline menu-complete (#3876) 2020-11-05 16:12:15 -05:00
xonsh Merge pull request #3964 from jnoortheen/fix-window-obj-has-no-childres 2020-11-08 15:40:57 -06:00
xontrib refactor: some backlog from when flake8 setup 2020-11-08 23:31:10 +05:30
.authors.yml Updated authorship for 0.9.24 2020-10-16 18:14:26 -05:00
.coveragerc Add xontrib/ to coverage 2019-08-04 12:19:05 +10:00
.gitattributes Syntax highlighting for xsh on Github 2020-10-01 23:33:19 +03:00
.gitignore chore: remove repeated entry in .gitignore 2020-11-10 11:05:55 +05:30
.mailmap Updated authorship for 0.9.24 2020-10-16 18:14:26 -05:00
.pre-commit-config.yaml chore (ci): improve ci workflows and deps management (#3873) 2020-10-19 11:52:37 -04:00
.travis.yml Procs Initial Refactor (#3897) 2020-10-20 10:21:11 -04:00
amalgamate.py black updates to tests and docs 2020-08-26 10:10:59 -05:00
AUTHORS.rst Updated authorship for 0.9.24 2020-10-16 18:14:26 -05:00
CHANGELOG.rst Updated CHANGELOG for 0.9.24 2020-10-16 18:14:26 -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 Fix some typos 2020-10-03 23:02:39 -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 Exclude wcwidth from flake8/black tests 2020-08-10 12:43:25 +02:00
README.rst link 2020-10-22 19:41:10 +03:00
release.xsh Fix deprecation warnings from unallowed escapes 2018-10-05 11:51:08 +02:00
rever.xsh chore (ci): improve ci workflows and deps management (#3873) 2020-10-19 11:52:37 -04:00
run-tests.xsh chore: update test runner to not show traceback if tests fail 2020-11-10 11:07:40 +05:30
scent.py feat: add setting to set custom function to format prompt 2020-10-25 22:49:22 +05:30
setup.cfg chore: update test runner to not show traceback if tests fail 2020-11-10 11:07:40 +05:30
setup.py Procs Initial Refactor (#3897) 2020-10-20 10:21:11 -04: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
xontribs.json added xontribs 2016-05-09 23:40:45 -04:00

xonsh
=====

.. raw:: html

    <p align="center">
    <b>xonsh</b> is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.
    </p>

    <p align="center">
    The language is a superset of Python 3.5+ with additional shell primitives. <br>
    xonsh (pronounced <i>conch</i>) is meant for the daily use of experts and novices alike.
    </p>

    <p align="center">
    <a href="https://xon.sh/contents.html#installation"><img src="https://raw.githubusercontent.com/xonsh/xonsh/master/docs/_static/xonsh4.png" alt="What is xonsh?"></a>
    </p>

    <p align="center">
    If you like xonsh, :star: the repo, <a href="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" target="_blank">write a tweet</a> and stay tuned by watching releases.
    </p>

    <p align="center">
    <a href="https://gitter.im/xonsh/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank"><img src="https://badges.gitter.im/xonsh/xonsh.svg" alt="Join the chat at https://gitter.im/xonsh/xonsh"></a>
    <a href="https://matrix.to/#/#xonsh:feneas.org" target="_blank"><img src="https://img.shields.io/badge/%23xonsh%3Afeneas.org-Matrix-green" alt="Matrix room: #xonsh:feneas.org"></a>
    <a href="https://travis-ci.org/xonsh/xonsh" target="_blank"><img src="https://travis-ci.org/xonsh/xonsh.svg?branch=master" alt="Travis"></a>
    <a href="https://ci.appveyor.com/project/xonsh/xonsh" target="_blank"><img src="https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true" alt="Appveyor"></a>
    <a href="https://circleci.com/gh/xonsh/xonsh" target="_blank"><img src="https://circleci.com/gh/xonsh/xonsh.svg?style=shield" alt="circleci"></a>
    <a href="https://codecov.io/gh/xonsh/xonsh" target="_blank"><img src="https://codecov.io/gh/xonsh/xonsh/branch/master/graph/badge.svg" alt="codecov"></a>
    </p>

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