Commit graph

1767 commits

Author SHA1 Message Date
adam j hartz
a1736ea728 Merge branch 'ic' of github.com:scopatz/xonsh into scopatz-ignore-case 2015-08-03 20:34:31 -04:00
adam j hartz
6534b8cc35 Merge pull request #340 from scopatz/bad-loop
fixes hanging indent error
2015-08-03 17:32:53 -05:00
Anthony Scopatz
06b892e70a prompt formatting functions may accept None 2015-08-02 18:49:45 -05:00
Anthony Scopatz
2b208b9592 fixes hanging indent error 2015-08-02 17:34:13 -05:00
Anthony Scopatz
cb445e5508 test fixes for prompt-toolkit-fixes 2015-08-02 16:58:26 -05:00
Anthony Scopatz
ec2d312dd0 Added $CASE_SENSITIVE_COMPLETIONS 2015-08-02 16:14:56 -05:00
Anthony Scopatz
3d56a6283c added some completions 2015-08-02 15:36:55 -05:00
Anthony Scopatz
7a300bf7d0 more win tests 6 2015-08-02 13:36:44 -05:00
Anthony Scopatz
dbb681ceac more win tests 5 2015-08-02 13:32:44 -05:00
Anthony Scopatz
1def948129 more win tests 4 2015-08-02 13:28:13 -05:00
Anthony Scopatz
37c2c26dd6 more win tests 3 2015-08-02 13:25:49 -05:00
Anthony Scopatz
65440f9339 more win tests 2 2015-08-02 13:22:12 -05:00
Anthony Scopatz
5801230b11 more win tests 2015-08-02 13:19:13 -05:00
Anthony Scopatz
cb0958fc8a win test fix 2015-08-02 13:16:05 -05:00
Anthony Scopatz
8f19f01ded case insensitive fixes for file names 2015-08-02 13:10:04 -05:00
Klaus Alexander Seistrup
ee65f492f2 Removed trailing whitespace 2015-07-29 23:58:25 +02:00
Rob Brewer
4c004dd540 Merge pull request #271 from scopatz/mantest
improved man tests
2015-07-12 10:28:25 -04:00
Matteo Bertini
e130c6f96f Add support for CDPATH 2015-07-04 01:06:27 +02:00
Anthony Scopatz
05d1167182 improved man tests 2015-06-19 14:40:11 +03: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
adam j hartz
d2a4e8906f some io parser tests 2015-05-20 18:17:34 -04:00
adam j hartz
14cb4e0de0 small ioredirect tests 2015-05-19 18:05:49 -04:00
anula
640c3991ab Fix bugs in LimitedFileHistory (plus tests) and move it to different file.
* Move LimitedFileHistory from history.py to prompt_toolkit_history.py
because it is needed only for prompt_toolkit and requires prompt_toolkit.
* Add instalation of prompt_toolkit to .travis.yml
* Update docs hooks
2015-05-18 19:33:37 +02:00
Anthony Scopatz
c2ad717627 fixed conflicts 2015-05-16 13:06:29 -05:00
anula
c56c2c8330 Add prompt_toolkit based shell.
This adds prompt_toolkit based shell in addition to existing readline
shell. By default regular readline shell is loaded, to use
prompt_toolkit version you need to add:

    $PROMPT_TOOLKIT_SHELL = True

to your ~/.xonshrc
Another nice thing to add there is:

    from xonsh.pyghooks import XonshLexer
    $HIGHLIGHTING_LEXER = XonshLexer

that adds highlighting of shell input (may be a bit annoying sometimes).

There is no key for inserting indentation yet, it will be improved in the
future.
2015-05-16 19:34:44 +02:00
Anthony Scopatz
7c32956501 fixed merge conflicts 2015-05-15 00:37:29 -05:00
Anthony Scopatz
752cd980fd added validation and coversion to env vars 2015-05-14 19:59:16 -05:00
Anthony Scopatz
9af75b321f moved Env to environ.py 2015-05-14 18:18:46 -05:00
Robert W. Brewer
a2ca0d885b simplify and rename escape_windows_command_string() -> escape_windows_title_string(); add test for it; pep8 improvements 2015-05-13 23:14:31 -04:00
Robert W. Brewer
1b0c1f291f windows: clarify that regex globbing with backslashes unavailable on windows. Add test to verify it on non-windows. 2015-05-12 23:54:21 -04:00
Robert W. Brewer
ad741edb6a windows: prettify test_win_ipconfig() 2015-05-12 03:24:35 -04:00
Robert W. Brewer
0ba6ad3f10 windows: use ON_WINDOWS and $SYSTEMROOT in tests 2015-05-12 03:14:36 -04:00
Robert W. Brewer
55e412c7e9 tab completion working with pyreadine; default prompt working; tests pass 2015-05-09 01:58:51 -04:00
Anthony Scopatz
ca1fbb3f87 more docs 2015-05-03 20:09:26 -05:00
Anthony Scopatz
7b06c6e034 some tests and a bug fix 2015-05-03 19:57:57 -05:00
Anthony Scopatz
b5943b15ac can load index 2015-05-03 18:25:13 -05:00
Anthony Scopatz
44334bb947 start of file loader 2015-05-03 17:57:21 -05:00
Anthony Scopatz
8a761a1f5d more tests 2015-05-03 16:05:11 -05:00
Anthony Scopatz
221e587ac7 can test 2015-05-03 15:53:26 -05:00
Anthony Scopatz
d98f16c503 unpack targets in comprehension 2015-04-16 19:07:24 -05:00
Anthony Scopatz
3aa94f43fb some completion tools 2015-04-05 15:42:24 -05:00
Anthony Scopatz
0ed727e273 prevents detyping mappings as string to env. 2015-04-05 00:26:32 -05:00
Anthony Scopatz
c964927f10 please work 2015-04-02 20:23:26 -05:00
Anthony Scopatz
a60779966e morro 2015-04-02 20:17:30 -05:00
Anthony Scopatz
c4087964c6 test fix 2015-04-02 20:00:58 -05:00
Anthony Scopatz
aa8846f3af more fixes 2015-04-02 19:54:33 -05:00
Anthony Scopatz
ecf201bbf9 more updates 2015-04-02 19:42:38 -05:00
Anthony Scopatz
cf0c023c8e some landscape fixes 2015-04-02 19:11:50 -05:00
Anthony Scopatz
f150048aac undetypes env for mutable value access. 2015-03-31 19:54:18 -05:00