Commit graph

1153 commits

Author SHA1 Message Date
Anthony Scopatz
32dbded523 Merge branch 'master' of https://github.com/mic-e/xonsh into mic-e-master 2015-06-19 14:50:19 +03:00
Anthony Scopatz
05d1167182 improved man tests 2015-06-19 14:40:11 +03:00
Anthony Scopatz
693c638faf Merge branch 'zajaczajac-master' 2015-06-19 14:30:22 +03:00
Anthony Scopatz
c4a38cc9b2 Merge branch 'master' of https://github.com/zajaczajac/xonsh into zajaczajac-master 2015-06-19 14:25:36 +03:00
adam j hartz
cbb91d2da7 Merge branch 'rbrewer-windows-cmds' 2015-06-18 21:39:58 -04:00
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
Robert W. Brewer
90ed52353b aliases: switch windows aliases from list to set 2015-06-17 23:54:46 -04:00
zajaczajac
454c2140a6 man exec in try-catch block 2015-06-17 23:23:15 +02:00
zajaczajac
e559e4c5a3 tests for man completion 2015-06-17 22:58:05 +02:00
Michael Ensslin
5981ffd3b9 aliases: fixed bash aliases with single quotes 2015-06-14 01:59:24 +02:00
Michał Zając
ec703afacc Merge remote-tracking branch 'upstream/master' 2015-06-11 14:13:57 +02:00
Anthony Scopatz
b5946b900e Merge pull request #264 from rbrewer123/feature-appveyor
windows: automated builds via appveyor
2015-06-06 20:41:37 +03:00
Robert W. Brewer
b5d2cb0d60 Merge branch 'wrywerytwreywery-source-commands' 2015-06-06 00:14:58 -04:00
Robert W. Brewer
138b404dd8 appveyor: watch scopatz/xonsh 2015-06-05 20:26:12 -04:00
Robert W. Brewer
81ebbe786e appveyor: add prompt_toolkit, hide .yml file 2015-06-05 17:12:38 -07:00
Robert W. Brewer
b9f451a131 appveyor: add badge 2015-06-05 17:07:31 -07:00
Robert W. Brewer
4cfcd2178c add appveyor.yml 2015-06-05 16:59:06 -07:00
adam j hartz
4ad68697a2 implement source alias 2015-06-05 16:42:40 -04:00
Anthony Scopatz
e3d9634f67 Merge branch 'wrywerytwreywery-twiddle' 2015-06-05 10:22:47 +03:00
adam j hartz
ff6194f60d change when twiddle gets expanded 2015-06-03 10:47:11 -05:00
adam j hartz
d7a45ec3bc ignore vim and emacs temp files 2015-06-03 10:32:34 -05:00
Robert W. Brewer
34cee308d3 Merge branch 'master' into feature-windows-aliases 2015-06-02 22:27:59 -07:00
Robert W. Brewer
2becb96cbc windows: add aliases for most builtins from cmd.exe 2015-06-02 19:25:17 -04:00
Anthony Scopatz
d6bf634cf9 minor doc fix 2015-05-30 00:01:49 +03:00
Anthony Scopatz
9c05287754 version bump 2015-05-29 23:48:23 +03:00
Michał Zając
f71cd725a4 Merge remote-tracking branch 'upstream/master' 2015-05-27 17:15:26 +02:00
Michał Zając
4ac3d9a8b5 stderr fix 2015-05-27 17:11:26 +02:00
anula
ea5da8acc4 Merge branch 'pcli' 2015-05-27 12:47:23 +02:00
Anthony Scopatz
ce55309a34 some minor cli changes to shell type 2015-05-27 13:14:54 +03:00
Anthony Scopatz
61fcd61adc Merge branch 'anula-prompt_toolkit_on_start' 2015-05-27 13:11:33 +03:00
Anthony Scopatz
415373f58d Merge branch 'prompt_toolkit_on_start' of https://github.com/anula/xonsh into anula-prompt_toolkit_on_start 2015-05-27 13:10:46 +03:00
anula
2e892205a3 Add option to run xonsh in prompt_toolkit mode from command line.
Remove $PROMPT_TOOLKIT_SHELL variable - it is replaced with
$SHELL_TYPE that can be set either to 'readline' or 'prompt_toolkit'.
Also introduce command line argument: --shell_type, that can also be set to
'readline' or 'prompt_toolkit' and will override $SHELL_TYPE on start of
the shell.
2015-05-27 11:53:05 +02:00
Michał Zając
31b5af1949 fix: ignoring man stderr 2015-05-25 15:28:25 +02:00
Michał Zając
3450239672 caching to disk and enhanced RE 2015-05-25 12:51:07 +02:00
Michał Zając
73b41216b4 Merge remote-tracking branch 'upstream/master' 2015-05-25 12:48:49 +02:00
Anthony Scopatz
7a1647ec1b Merge branch 'wrywerytwreywery-io' 2015-05-24 23:47:43 +03:00
Anthony Scopatz
e6962f15b6 Merge branch 'io' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-io 2015-05-24 23:46:40 +03:00
Anthony Scopatz
8660246cdc Merge branch 'anula-insert_indent' 2015-05-24 23:42:58 +03:00
Anthony Scopatz
033f90f06e Merge branch 'insert_indent' of https://github.com/anula/xonsh into anula-insert_indent 2015-05-24 23:42:30 +03:00
Anthony Scopatz
3f6d5d73a7 Merge branch 'anula-autocompletion_bug' 2015-05-24 13:25:34 +03:00
anula
499f880aad Fix prompt_toolkit autocompletion bug.
Autocompletion worked only at the end of line.
2015-05-23 12:31:46 +02:00
anula
dd828d0897 Add possibility to insert indent using <TAB>. 2015-05-22 20:35:14 +02:00
Michał Zając
d4f6d67d06 Merge remote-tracking branch 'upstream/master' 2015-05-22 10:17:50 +02:00
adam j hartz
d9bf31966a smarter out>err names 2015-05-21 05:45:51 -04:00
adam j hartz
faf861cefd io bugfix 2015-05-21 05:42:01 -04:00
adam j hartz
1974f653c1 Merge branch 'rbrewer123-windows-git' 2015-05-20 22:52:23 -04:00
adam j hartz
ccf2352816 pep8 environ.py 2015-05-20 22:52:06 -04:00
adam j hartz
5f2c96a0a9 Merge branch 'feature-windows-git-prompt' of github.com:rbrewer123/xonsh into rbrewer123-windows-git 2015-05-20 22:34:12 -04:00
adam j hartz
d2a4e8906f some io parser tests 2015-05-20 18:17:34 -04:00
adam j hartz
fb0949194e set->frozenset 2015-05-20 17:43:38 -04:00