🐚 Python-powered shell. Full-featured and cross-platform.
Find a file
Burak Yigit Kaya 652083738b Favor runnable extensions on Windows
`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
2015-06-18 11:00:48 +03:00
docs minor doc fix 2015-05-30 00:01:49 +03:00
recipe version bump 2015-05-29 23:48:23 +03:00
scripts add xonsh.bat 2015-05-09 02:17:34 -04:00
tests some io parser tests 2015-05-20 18:17:34 -04:00
xonsh Favor runnable extensions on Windows 2015-06-18 11:00:48 +03:00
.appveyor.yml appveyor: add prompt_toolkit, hide .yml file 2015-06-05 17:12:38 -07:00
.gitignore ignore vim and emacs temp files 2015-06-03 10:32:34 -05:00
.landscape.yaml a couple of more fixes 2015-04-02 21:08:17 -05:00
.travis.yml Fix bugs in LimitedFileHistory (plus tests) and move it to different file. 2015-05-18 19:33:37 +02:00
CONTRIBUTING added contrib 2015-03-28 17:19:33 -05:00
license license 2015-04-04 13:50:53 -05:00
README.rst appveyor: watch scopatz/xonsh 2015-06-05 20:26:12 -04:00
requirements.txt Added ply dependency to requirements 2015-04-06 12:22:17 -07:00
setup.py install -> develop 2015-04-06 23:57:38 -05:00

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.