Anthony Scopatz
50e6faee87
fixed redirection issue for stdout
2016-09-27 00:30:49 -04:00
Anthony Scopatz
8dfd594104
fixed sigint issue.
2016-09-27 00:18:03 -04:00
Morten Enemark Lund
eed8497e69
Merge pull request #1767 from astronouth7303/win-setconsoletitle
...
Use SetConsoleTitleW() on Windows
2016-09-27 06:03:24 +02:00
Anthony Scopatz
2cddac0afb
a bit more
2016-09-26 23:36:48 -04:00
Anthony Scopatz
a4bceb4e0b
a bit more
2016-09-26 23:32:07 -04:00
Anthony Scopatz
85d3d3d65a
more interface work
2016-09-26 23:19:12 -04:00
Anthony Scopatz
f1c9765492
some stuff
2016-09-26 22:37:14 -04:00
Anthony Scopatz
20a1c01bc5
stream stderr mayber
2016-09-26 20:12:21 -04:00
Anthony Scopatz
dbb349831b
Merge branch 'master' into rs
2016-09-26 19:47:46 -04:00
laerus
6a92d89d7a
which -a searches in globals too
2016-09-27 02:11:56 +03:00
Frank Sachsenheim
d16e789d4d
extends xonfig colors
to preview inactive styles
2016-09-27 00:26:58 +02:00
Gil Forsyth
2a0f778ca4
Merge pull request #1760 from xonsh/srcnl
...
Source alias newline fix
2016-09-26 16:48:03 -04:00
laerus
2dd7c5541d
which refactor p1
2016-09-26 22:33:51 +03:00
Gil Forsyth
e301893789
Merge pull request #1768 from Carreau/no-ifs-36
...
No need to check version now that there is a 3.6 parser.
2016-09-26 13:53:46 -04:00
Matthias Bussonnier
039a523111
No need to check version now that there is a 3.6 parser.
2016-09-26 10:10:46 -07:00
James Bliss
82254efb98
Use SetConsoleTitleW() on Windows
...
Makes use of Win32 calls instead of `os.system()`.
2016-09-26 12:11:50 -04:00
Anthony Scopatz
a931bb42b4
new path tests
2016-09-26 17:29:03 +02:00
Alexander Sosedkin
f871672ef0
Add xontrib-vi-mode-prompt
...
xontrib-vi-mode-prompt is a vi-mode status formatter for xonsh prompt.
Homepage: https://github.com/t184256/xontrib-prompt-vi-mode
As it depends on xonsh/xonsh/pull/1761,
I've branched it off t184256/xonsh/reeval-prompt-on-keypress.
2016-09-26 17:29:03 +02:00
laerus
3aeac0fe6f
prompt deal with None values
2016-09-26 12:29:53 +03:00
Anthony Scopatz
44510bf0ce
silly error
2016-09-25 21:03:34 -04:00
Anthony Scopatz
78880fadd9
a bit more
2016-09-25 21:01:01 -04:00
laerus
529d93327b
stringify values that come from FORMATTER_DICT envvar
2016-09-26 03:51:37 +03:00
Anthony Scopatz
fb9d55c343
typo in name
2016-09-25 20:48:10 -04:00
Anthony Scopatz
a6de9f3841
tests run on windows
2016-09-25 20:43:27 -04:00
Anthony Scopatz
2f2f8db471
no longer dies right away
2016-09-25 19:49:54 -04:00
Anthony Scopatz
afccd10b6a
minor cleanup
2016-09-25 16:40:40 -04:00
Anthony Scopatz
5a7e2b2784
some dirstack unc test fixes
2016-09-25 16:33:18 -04:00
Anthony Scopatz
24e0f61808
fixed commands cache env test
2016-09-25 15:54:31 -04:00
Konstantinos Tsakiltzidis
c8f9415bb9
Merge pull request #1764 from xonsh/pcf
...
new path completer fix and tests
2016-09-25 22:46:24 +03:00
Anthony Scopatz
27216528c3
some windows resizeing fixes
2016-09-25 15:26:56 -04:00
Anthony Scopatz
9e4dbd446e
Merge branch 'pcf' into rs
2016-09-25 15:11:33 -04:00
Anthony Scopatz
aff0a090ce
new path tests
2016-09-25 15:07:42 -04:00
Anthony Scopatz
51c48c8b54
Merge pull request #1762 from t184256/xontrib-vi-mode-prompt
...
Add xontrib-vi-mode-prompt
2016-09-25 14:46:51 -04:00
Alexander Sosedkin
c4b0954d6b
Add xontrib-vi-mode-prompt
...
xontrib-vi-mode-prompt is a vi-mode status formatter for xonsh prompt.
Homepage: https://github.com/t184256/xontrib-prompt-vi-mode
As it depends on xonsh/xonsh/pull/1761,
I've branched it off t184256/xonsh/reeval-prompt-on-keypress.
2016-09-26 01:21:52 +07:00
Anthony Scopatz
eff262629a
Merge pull request #1761 from t184256/reeval-prompt-on-keypress
...
Add $XONSH_UPDATE_PROMPT_ON_KEYPRESS option
2016-09-25 14:08:13 -04:00
Alexander Sosedkin
85f4d3fcd0
Add $XONSH_UPDATE_PROMPT_ON_KEYPRESS option
...
$XONSH_UPDATE_PROMPT_ON_KEYPRESS = True (False by default)
disables prompt caching, so that it will be reevaluated on each keypress.
It is crucial, e.g. for exposing vi-input-mode to the prompt (see #1048 ).
Performance with slow prompts will probably suffer.
2016-09-26 00:04:48 +07:00
Konstantinos Tsakiltzidis
60af7125a1
Merge pull request #1759 from xonsh/polygraphs
...
Addressed double equals issue, and others
2016-09-25 15:34:15 +03:00
Anthony Scopatz
20fd3b7241
init reorder
2016-09-24 18:22:09 -04:00
Anthony Scopatz
86a3b853dd
aliase newline fix
2016-09-24 18:00:06 -04:00
Anthony Scopatz
2c4096c596
Merge pull request #1751 from blahgeek/fix-complete-alias
...
fix completion after alias expansion in prompt_toolkit
2016-09-24 17:43:05 -04:00
Anthony Scopatz
75eada8412
Merge pull request #1724 from laerus/gitstatus
...
vc_branch prompt
2016-09-24 17:42:16 -04:00
Konstantinos Tsakiltzidis
12f9a928dc
Merge pull request #1755 from t184256/gitstatus-allow-empty
...
Allow empty XONSH_GITSTATUS_ defs
2016-09-25 00:27:47 +03:00
Anthony Scopatz
5a0b8d718a
addressed double equals issue
2016-09-24 17:00:30 -04:00
Anthony Scopatz
861aedfc4d
some minor cleanup
2016-09-24 16:13:14 -04:00
Anthony Scopatz
bde2f985e6
try clearing tasks
2016-09-24 16:09:01 -04:00
Anthony Scopatz
51866ee92e
try different singleton
2016-09-24 16:05:48 -04:00
Anthony Scopatz
5ee1d81cbc
force test files
2016-09-24 15:56:15 -04:00
Anthony Scopatz
b29c456f4d
subproc issue
2016-09-24 15:43:36 -04:00
Anthony Scopatz
2ebd81e2b0
some test fixes
2016-09-24 15:28:12 -04:00
Anthony Scopatz
911021e0c3
firx for non-captured output
2016-09-24 15:15:38 -04:00