Commit graph

2973 commits

Author SHA1 Message Date
Morten Enemark Lund
3413b2c94d Fix pep8 issue and added an entry to CHANGELOG.rst 2016-05-23 15:25:21 +02:00
Morten Enemark Lund
48472b1bfe Add missing ON_WINDOWS import 2016-05-23 15:24:45 +02:00
Morten Enemark Lund
2b70ee1c98 Fix bash foreign_shell_data on Windows 2016-05-23 15:24:45 +02:00
Morten Enemark Lund
58024f7e27 Use %PROGRAMFILES% environment var 2016-05-23 15:21:49 +02:00
Morten Enemark Lund
4bad23b202 Add entry to change log 2016-05-23 15:21:49 +02:00
Morten Enemark Lund
4e7745e7c8 Add defaults for $BASH_COMPLETIONS on windows. The default values are where GitForWindows stores the completions files in standard installation.
This should hopefully ensure that more people get the full xonsh experience by default.
2016-05-23 15:21:49 +02:00
adam j hartz
afdc741ccd Merge pull request #996 from scopatz/small_alias_updates
Small alias updates
2016-05-23 07:59:52 -04:00
Morten Enemark Lund
eea8b84f53 Add an '--all' option to the which alias. Just to be consistent with the other options. 2016-05-23 11:22:25 +02:00
Morten Enemark Lund
3bf2eea68a Alias 'clear' to 'cls' on windows. Even if clear is available from MSYS it does nothing in cmd.exe or cmder/ConEmu 2016-05-23 11:21:43 +02:00
adam j hartz
dab390b792 export another variable 2016-05-23 03:44:49 -04:00
adam j hartz
29030f8fc5 how did _that_ happen? 2016-05-23 03:42:49 -04:00
adam j hartz
a6555e8f6c pep8 2016-05-23 03:37:49 -04:00
adam j hartz
4d22807be5 remove trailing whitespace 2016-05-23 03:37:09 -04:00
adam j hartz
c68892f000 export one more name 2016-05-23 03:36:23 -04:00
adam j hartz
ae8198a91f slightly faster check for ioredirects 2016-05-23 03:32:35 -04:00
adam j hartz
e29f6e524d final cleanup 2016-05-23 03:21:46 -04:00
Guillaume Leclerc
db3b2d5630 Merge remote-tracking branch 'origin/master' into dockerfile 2016-05-23 09:12:01 +02:00
Guillaume Leclerc
9a747821f1 change rm option to keep option and add a build only option 2016-05-23 09:11:56 +02:00
adam j hartz
daf777ef61 a few more ioredirect fixes 2016-05-23 03:06:23 -04:00
adam j hartz
044b96f24a fixes for ioredirect lexing 2016-05-23 03:00:23 -04:00
Morten Enemark Lund
f153865cc2 Merge pull request #974 from scopatz/strstore
added store_as_str to vardocs
2016-05-23 08:58:50 +02:00
Morten Enemark Lund
54faaad6fc Fix tests on windows. 2016-05-23 08:42:09 +02:00
adam j hartz
cafc5ffe4a huge lexer overhaul. still some bugs... 2016-05-23 02:41:30 -04:00
Anthony Scopatz
a6cba35ae8 Merge pull request #988 from scopatz/win_bash_completion
Win bash completion
2016-05-23 02:22:51 -04:00
Morten Enemark Lund
c506bd8e8c Fix missing end bracket 2016-05-23 08:09:16 +02:00
Morten Enemark Lund
ee082a614e Update CHANGELOG.rst 2016-05-23 08:09:15 +02:00
Morten Enemark Lund
a95eebd19e Fix bash completion on windows when completion files have spaces in their names. 2016-05-23 08:09:15 +02:00
adam j hartz
052950db06 remove debugging variable change 2016-05-23 01:15:02 -04:00
adam j hartz
60ad616344 consolidate tokenizers into a single file 2016-05-23 01:13:20 -04:00
Anthony Scopatz
da8299b3b4 added changelog about kernel 2016-05-23 00:01:27 -04:00
Anthony Scopatz
7360fe154d Merge branch 'jinst' 2016-05-22 23:59:38 -04:00
Anthony Scopatz
a0f29f0403 Merge branch 'mwiebe-bat_text' 2016-05-22 23:57:29 -04:00
Anthony Scopatz
5b88f2b098 Merge pull request #991 from adqm/fix_command_cache
fix for command cache
2016-05-22 23:47:03 -04:00
Mark Wiebe
22ae563144 The .json files which are lazyjson should have LF line endings 2016-05-22 20:11:51 -07:00
Mark Wiebe
9e49901245 Add explicit extension ->text/binary mapping in .gitattributes 2016-05-22 18:40:52 -07:00
adam j hartz
2b40a6907c still prevent adding directories to cache 2016-05-22 21:16:40 -04:00
adam j hartz
c4c103714b fix for command cache 2016-05-22 21:09:05 -04:00
Anthony Scopatz
b765e641d9 install hook improvements 2016-05-22 17:51:42 -04:00
Anthony Scopatz
5a26e391d9 Merge pull request #986 from gforsyth/deprecate_early_ptk
remove prompt_toolkit < v1.0.0 support
2016-05-22 13:09:33 -04:00
Anthony Scopatz
b1909e44d3 Merge pull request #987 from adqm/better_completion_quoting
(slightly) better string quoting for windows completion
2016-05-22 13:02:30 -04:00
adam j hartz
697a7eb1b8 slightly better string quoting for windows completion 2016-05-22 11:39:36 -04:00
Gil Forsyth
ae479ce2eb remove prompt_toolkit < v1.0.0 support
As per #980 this removes all of the cased code for dealing with various
versions of prompt_toolkit in favor of supporting only v1.0.0+
2016-05-22 10:11:46 -04:00
Anthony Scopatz
68026b2112 Merge pull request #982 from adqm/atdollar_docs
Slightly more substantial tutorial entry for @$
2016-05-21 22:37:00 -04:00
adam j hartz
af0eb74b6b slightly more substantial tutorial entry for @$ 2016-05-21 22:29:48 -04:00
Anthony Scopatz
5e16e413c1 Merge pull request #979 from adqm/be_a_better_listener
Respect decisions made about SHELL_TYPE in rc files
2016-05-21 22:05:04 -04:00
adam j hartz
93cd4e4e43 respect decisions made about SHELL_TYPE in rc files 2016-05-21 21:53:26 -04:00
Anthony Scopatz
6b90b11bd8 Merge pull request #970 from Carreau/__main__
Allow python -m xonsh
2016-05-21 15:19:32 -04:00
Anthony Scopatz
362a098d84 added store_as_str to vardocs 2016-05-21 15:03:27 -04:00
Matthias Bussonnier
ef72317693 Allow python -m xonsh
It seams more pythonistic than `python -m xonsh.main`
2016-05-21 11:44:28 -07:00
Anthony Scopatz
088b17f4e5 Merge branch 'adqm-jobs' 2016-05-21 13:59:23 -04:00