• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H18-Sep-2018-4933

tests/H18-Sep-2018-10,4057,386

xonsh/H03-May-2022-84,67766,889

xonsh.egg-info/H03-May-2022-5240

xontrib/H18-Sep-2018-1,109852

CHANGELOG.rstH A D18-Sep-201897.1 KiB2,4651,865

MANIFEST.inH A D27-Aug-2018317 1413

PKG-INFOH A D18-Sep-20182 KiB5240

README.rstH A D19-Jun-20171.3 KiB3423

licenseH A D19-Jun-20171.5 KiB2620

setup.cfgH A D18-Sep-20181.1 KiB5147

setup.pyH A D12-Sep-201812.8 KiB413331

README.rst

1xonsh
2=====
3
4.. image:: https://badges.gitter.im/xonsh/xonsh.svg
5   :alt: Join the chat at https://gitter.im/xonsh/xonsh
6   :target: https://gitter.im/xonsh/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7
8.. image:: https://travis-ci.org/xonsh/xonsh.svg?branch=master
9    :target: https://travis-ci.org/xonsh/xonsh
10
11.. image:: https://ci.appveyor.com/api/projects/status/github/xonsh/xonsh?svg=true
12    :target: https://ci.appveyor.com/project/xonsh/xonsh
13
14.. image:: https://circleci.com/gh/xonsh/xonsh.svg?style=shield
15    :target: https://circleci.com/gh/xonsh/xonsh
16
17.. image:: https://landscape.io/github/xonsh/xonsh/master/landscape.svg?style=flat
18    :target: https://landscape.io/github/xonsh/xonsh/master
19    :alt: Code Health
20
21.. image:: https://codecov.io/gh/xonsh/xonsh/branch/master/graph/badge.svg
22    :target: https://codecov.io/gh/xonsh/xonsh
23
24xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt.
25The language is a superset of Python 3.4+ with additional shell primitives.
26xonsh (pronounced *conch*) is meant for the daily use of experts and novices alike.
27
28Please visit http://xon.sh for more information.
29
30Projects that use xonsh
31***********************
32
33- `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.
34