mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
🐚 Python-powered shell. Full-featured and cross-platform.
artificial-intelligencebashclicommand-lineconsoledata-engineeringdata-sciencedevopsfishiterm2pythonraspberry-pisecurity-automationshellxonshzsh
![]() `xonsh` favors extensionless files with shebangs on Windows which is causing certain issues when some packages come with both Linux and Windows runnables where the Linux version is extensionless. This patch favors files ending with any extension listed in `PATHEXT` over extensionless files on Windows. Fixes the issue mentioned in here: https://groups.google.com/d/msg/xonsh/nYraaPmewP0/as6d5TrrBU8J |
||
---|---|---|
docs | ||
recipe | ||
scripts | ||
tests | ||
xonsh | ||
.appveyor.yml | ||
.gitignore | ||
.landscape.yaml | ||
.travis.yml | ||
CONTRIBUTING | ||
license | ||
README.rst | ||
requirements.txt | ||
setup.py |
xonsh ===== .. 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-compatible 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://xonsh.org for more information.