Commit graph

308 commits

Author SHA1 Message Date
laerus
715e5ed546 fix if shaliases is None 2016-09-12 11:13:54 +03:00
Morten Enemark Lund
420dc0bbf4 Add changelog 2016-09-12 08:13:25 +02:00
laerus
c48718982a Merge branch 'master' of https://github.com/xonsh/xonsh into falias 2016-09-11 17:17:09 +03:00
Konstantinos Tsakiltzidis
d05fad3fde Merge pull request #1709 from xonsh/completer_prefix_splitting
Completer prefix splitting
2016-09-11 16:37:44 +03:00
Morten Enemark Lund
636b7c5067 Add changelog 2016-09-11 09:59:15 +02:00
Morten Enemark Lund
a6c602c9a4 Merge pull request #1684 from bobhy/track_wd1
Track wd1
2016-09-11 08:27:47 +02:00
Gil Forsyth
00a79bf718 add news entry 2016-09-10 16:00:01 -04:00
laerus
78494bfbbb envvar to control the overriding of foreign aliases 2016-09-10 21:39:47 +03:00
laerus
d22762cc3a silently ignore foreign aliases if not XONSH_DEBUG 2016-09-10 20:40:38 +03:00
Konstantinos Tsakiltzidis
1dfac01cd6 Merge pull request #1705 from xonsh/fortarg
Fixed issue with accidentally wrapping generators in function calls
2016-09-10 19:36:53 +03:00
Gil Forsyth
84c0faa615 Merge pull request #1707 from xonsh/nm
Nested subprocess macro fix
2016-09-10 11:29:46 -04:00
Anthony Scopatz
0f45b87703 added news test 2016-09-09 19:32:10 -04:00
Anthony Scopatz
9f7c9ae817 fixed tilde expansion 2016-09-09 19:21:26 -04:00
Anthony Scopatz
27437a4913 fixed issue with accidentally wrapping generators in function calls 2016-09-09 19:07:41 -04:00
Anthony Scopatz
93d659f3fb Merge pull request #1669 from blahgeek/xontrib-gitstatus
Informative git status on prompt
2016-09-06 19:34:51 -04:00
Anthony Scopatz
e1dca1464b Merge pull request #1688 from blahgeek/highlight-cmd
Highlight valid command
2016-09-06 19:32:46 -04:00
BlahGeek
4fa470158e add changelog 2016-09-06 23:35:03 +08:00
Anthony Scopatz
ad05d89eda Merge pull request #1682 from laerus/testnews
better news testing
2016-09-06 10:59:41 -04:00
Bob Hyman
0b261216bd add news 2016-09-05 20:47:13 -04:00
laerus
f0d4303bd6 'cleanup 2016-09-05 22:49:11 +03:00
laerus
2bec3decd4 more info on failure 2016-09-05 22:36:12 +03:00
laerus
1249aed7a2 fail on single graves 2016-09-05 21:27:06 +03:00
Bob Hyman
78d187fa6a merge from master 2016-09-04 22:16:17 -04:00
BlahGeek
5584bc3ea8 more documentation 2016-09-05 08:27:31 +08:00
BlahGeek
811fb9ad09 add changelog 2016-09-03 13:14:44 +08:00
Morten Enemark Lund
a6efcf2dad Merge pull request #1671 from xonsh/consist
Macro Consistency
2016-09-03 07:08:07 +02:00
Anthony Scopatz
37f86d0a84 consist news 2016-09-02 19:32:48 -04:00
Bob Hyman
cd7b9c7e66 fix for #1667, cd <singleCharacter> fails 2016-09-02 13:51:35 -04:00
BlahGeek
53856ca493 add changelog 2016-09-02 23:58:39 +08:00
Konstantinos Tsakiltzidis
e0185dd2be Merge pull request #1654 from xonsh/mcont
Context Manager Macros
2016-09-02 17:03:39 +03:00
laerus
c2b7e50d45 history tutorial and a bug fix 2016-09-02 13:33:45 +03:00
Anthony Scopatz
4f1cc49e37 resolved news conflict 2016-09-01 20:10:29 -04:00
Anthony Scopatz
e10c38decc version bump to 0.4.6 2016-09-01 19:48:09 -04:00
Anthony Scopatz
991104dd30 Merge pull request #1658 from bobhy/misc_fix
Misc fix - support subprocess running from different drive letter than PWD (on windows)
2016-09-01 19:44:01 -04:00
Anthony Scopatz
48ff3d3754 fixed conflict 2016-09-01 19:33:01 -04:00
Morten Enemark Lund
b162552d6d Add news entry 2016-09-01 11:57:18 +02:00
Morten Enemark Lund
05064a222d Merge pull request #1410 from bobhy/winuncpushd
Winuncpushd
2016-09-01 08:51:22 +02:00
Morten Enemark Lund
e671c72f1f Merge pull request #1608 from bobhy/track_wd
Track working directory changes in invoked commands
2016-09-01 08:47:09 +02:00
Anthony Scopatz
6774bcfca2 Merge branch 'pr-params' of https://github.com/rbignon/xonsh into rbignon-pr-params 2016-08-31 23:28:47 -04:00
Bob Hyman
d9bb2088c0 cleanup for PR 2016-08-31 21:24:38 -04:00
Bob Hyman
33c68e3757 Merge branch 'master' into track_wd 2016-08-31 21:21:25 -04:00
Bob Hyman
416dfa9ad4 Merge branch 'master' into misc_fix 2016-08-31 21:16:08 -04:00
Bob Hyman
6ec861ce35 more cleanup 2016-08-31 20:40:23 -04:00
Bob Hyman
51fdd28dc4 revert unintended changes 2016-08-31 20:32:33 -04:00
Bob Hyman
13912e90b9 manual merge 2016-08-31 20:09:14 -04:00
Anthony Scopatz
a0e2d9a2d4 fixed conflicts 2016-08-31 01:37:14 -04:00
Anthony Scopatz
bdca28c91d docs for with! 2016-08-31 01:31:45 -04:00
Konstantinos Tsakiltzidis
9754098e42 Merge pull request #1644 from xonsh/msub
Subprocess Macros
2016-08-31 04:00:07 +03:00
Anthony Scopatz
914d6038ec Merge pull request #1643 from xonsh/better_ptk_completion_display
Better ptk completion display
2016-08-29 23:10:31 -04:00
Konstantinos Tsakiltzidis
0b27499490 Merge pull request #1386 from xonsh/test_xsh
Collecting `test*.xsh` files when testing
2016-08-30 03:01:36 +03:00