mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
🐚 Python-powered shell. Full-featured and cross-platform.
artificial-intelligencebashclicommand-lineconsoledata-engineeringdata-sciencedevopsfishiterm2pythonraspberry-pisecurity-automationshellxonshzsh
![]() Not sure exactly how xonsh is tested completely, so I expect most of the coverage process to be wrong (for now) Codecov have [browser extensions](https://github.com/codecov/browser-extension) that allow you to see the coverage directly in the pull requests in GitHub. We might have to give codecov some limited access to the repo (webhook), and tell the codecov bot to shut its mouth once it's enabled. But it's super non intrusive, and kind-of useful when you refactor to see that your code is tested. Also set some sensible where coverage would fail only if it drops by 10% in 1 PR. |
||
---|---|---|
docs | ||
recipe | ||
scripts | ||
tests | ||
xonsh | ||
xontrib | ||
.appveyor.yml | ||
.binstar.yml | ||
.gitattributes | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
appveyor.yml | ||
binstar.yml | ||
CHANGELOG.rst | ||
codecov.yml | ||
CONTRIBUTING.rst | ||
license | ||
logo.txt | ||
MANIFEST.in | ||
README.rst | ||
release.xsh | ||
requirements-docs.txt | ||
requirements-tests.txt | ||
setup.py | ||
travis.yml | ||
xonsh-in-docker.py | ||
xontribs.json |
xonsh ===== .. image:: https://badges.gitter.im/scopatz/xonsh.svg :alt: Join the chat at https://gitter.im/scopatz/xonsh :target: https://gitter.im/scopatz/xonsh?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. image:: https://travis-ci.org/scopatz/xonsh.svg?branch=master :target: https://travis-ci.org/scopatz/xonsh .. image:: https://ci.appveyor.com/api/projects/status/ufqtigii8ma3rctt/branch/master?svg=true :target: https://ci.appveyor.com/project/rbrewer123/xonsh-unq93 .. image:: https://landscape.io/github/scopatz/xonsh/master/landscape.svg?style=flat :target: https://landscape.io/github/scopatz/xonsh/master :alt: Code Health xonsh is a Python-ish, BASHwards-looking 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 http://xon.sh for more information. Projects that use xonsh *********************** - `gitsome <https://github.com/donnemartin/gitsome>`_: A supercharged Git/shell autocompleter with GitHub integration.