Commit graph

6523 commits

Author SHA1 Message Date
Anthony Scopatz
4030ed8050 addes split() method to lexer 2017-02-19 20:48:26 -05:00
Morten Enemark Lund
27a37758c7 Merge pull request #2216 from xonsh/tracer
Tracer fixes
2017-02-19 20:55:02 +01:00
Morten Enemark Lund
a3e042c33c Merge pull request #2208 from xonsh/winterm
Windows Terminal ANSI color fixes
2017-02-19 20:36:40 +01:00
Morten Enemark Lund
2bdcbc1d54 Merge pull request #2223 from xonsh/rawpath
raw path completer fixes
2017-02-19 20:06:19 +01:00
Morten Enemark Lund
76a776543f Merge pull request #2214 from xonsh/resetline
carriage return on the first prompt to properly capture all input
2017-02-19 19:01:48 +01:00
Morten Enemark Lund
11593f80ac Merge pull request #2218 from xonsh/ghost-in-the-sh
Complete based on autosuggestion
2017-02-19 14:03:54 +01:00
Anthony Scopatz
d54000f46f raw path fixes 2017-02-19 01:52:55 -05:00
Anthony Scopatz
25c105c8f2 Merge pull request #2221 from xonsh/give-term-to-none
fixes OSError: [Errno 22] Invalid argument
2017-02-19 01:49:27 -05:00
Hugo Wang
caa4b89954 fix getattr issue 2017-02-19 13:53:10 +08:00
Hugo Wang
edadbcab64 fixes OSError: [Errno 22] Invalid argument 2017-02-19 12:53:33 +08:00
Anthony Scopatz
bb5791624b more auto completion suggestions 2017-02-18 21:56:00 -05:00
Anthony Scopatz
1bac418a34 Merge branch 'master' into ghost-in-the-sh 2017-02-18 21:45:32 -05:00
Anthony Scopatz
bcfb0b96d5 Apply the autosuggestion as the first completion in the PTK completer 2017-02-18 21:44:28 -05:00
Anthony Scopatz
684dce97da Merge pull request #2217 from xonsh/term-fd
Fixes OSError Inappropriate ioctl for device
2017-02-18 21:38:01 -05:00
Hugo Wang
0035836c30 Merge pull request #2211 from xonsh/lookup
new threadable prediction lookup
2017-02-19 10:24:16 +08:00
Hugo Wang
be8360909b rst 2017-02-19 10:09:40 +08:00
Hugo Wang
db9a6d576f defined some constants 2017-02-19 10:08:28 +08:00
Hugo Wang
5d3d033cb2 news item 2017-02-19 09:52:07 +08:00
Hugo Wang
49832738ec fix timeit ls 2017-02-19 09:47:18 +08:00
Anthony Scopatz
67527baa6e summy styler must provide str to pygments, not none. 2017-02-18 20:34:40 -05:00
Anthony Scopatz
65385ff544 some bug fixes 2017-02-18 19:43:48 -05:00
Anthony Scopatz
84927b13af usecolor fixes 2017-02-18 19:25:39 -05:00
Anthony Scopatz
e508af699d message -> prompt 2017-02-18 18:06:03 -05:00
Anthony Scopatz
580a07c0f6 initial tracer fixes 2017-02-18 18:04:05 -05:00
Anthony Scopatz
01908ceb7c carriage return on the first prompt to properly capture all input 2017-02-18 17:09:47 -05:00
Anthony Scopatz
e22c200575 new threadable prediction lookup 2017-02-18 13:07:30 -05:00
Anthony Scopatz
3cc8008a25 Some news and small updates 2017-02-18 12:21:15 -05:00
Morten Enemark Lund
ef717c5bb3 Merge pull request #2207 from xonsh/rln
windows don't complete fix
2017-02-18 10:56:29 +01:00
Anthony Scopatz
f7d9bf11b6 enable virtual terminal processing on windows 2017-02-18 01:39:19 -05:00
Anthony Scopatz
5dba1720ac windows don't complete fix 2017-02-17 22:01:02 -05:00
Konstantinos Tsakiltzidis
3215faaad5 Merge pull request #2194 from xonsh/linecont
Line continuation in implicit subproc
2017-02-17 10:26:16 +02:00
Anthony Scopatz
f482281103 handle line continuation in readline 2017-02-17 02:14:33 -05:00
Anthony Scopatz
67d61ed0c2 Merge branch 'master' into linecont 2017-02-17 02:00:16 -05:00
Gil Forsyth
126939db2a Merge pull request #2185 from xonsh/xoreutils
Xoreutils Reloaded
2017-02-16 17:00:57 -05:00
Anthony Scopatz
d5e7629ded Merge pull request #2205 from xonsh/doc-events
Link the events tutorial and the events references
2017-02-16 16:55:24 -05:00
Jamie Bliss
af0b80583e Link events reference to events tutorial. 2017-02-16 16:54:01 -05:00
Jamie Bliss
19c4d54568 Link the events tutorial to the events references 2017-02-16 16:52:46 -05:00
Anthony Scopatz
1072cc2646 Merge pull request #2204 from xonsh/doc-on_postcommand
Actually document parameters of `on_postcommand`
2017-02-16 16:34:19 -05:00
Jamie Bliss
b2631904c2 Actually document parameters of on_postcommand
Since it's on the website and all
2017-02-16 16:31:29 -05:00
Anthony Scopatz
040c652358 Merge pull request #2200 from xonsh/coverrage
circleci test post run codecov
2017-02-15 15:57:59 -05:00
Anthony Scopatz
a9992ff86b cl fix 2017-02-15 15:27:14 -05:00
Anthony Scopatz
af05f96e69 version bump to 0.5.5 2017-02-15 15:20:09 -05:00
Anthony Scopatz
67e1928ce8 Merge pull request #2197 from xonsh/tcattr
Prevent main proc from stopping
2017-02-15 13:54:29 -05:00
laerus
581255c44d circleci.yml typo 2017-02-15 19:48:43 +02:00
laerus
729a3b523a circleci test post run codecov 2017-02-15 19:43:58 +02:00
Hugo Wang
dfbfb7c212 hide the error msg off 2017-02-16 00:23:16 +08:00
Hugo Wang
d07db0002f Merge pull request #2184 from xonsh/proxint
Interruptable Proc Proxies
2017-02-15 23:11:47 +08:00
Hugo Wang
ccfb963dc4 for windows 2017-02-15 21:57:52 +08:00
Hugo Wang
8946fa0de9 prevent main proc to stop 2017-02-15 21:23:58 +08:00
Morten Enemark Lund
77d30597a6 Merge pull request #2191 from xonsh/wrongpred
Fix for alias resolution in threadable predition
2017-02-15 08:15:53 +01:00