Commit graph

3227 commits

Author SHA1 Message Date
Anthony Scopatz
30d44e1381 Merge pull request #1078 from Carreau/test-on-nightly
Travis test on nightly
2016-06-03 18:35:25 -07:00
Gil Forsyth
aafd9b8421 add current shell_type to xonfig output
I think this will be useful for troubleshooting as it's something we
often end up asking when users open issues.
2016-06-03 21:13:11 -04:00
adam j hartz
ee66cabb1b Merge pull request #1080 from scopatz/fix_win_prompt
Fix win prompt
2016-06-03 19:11:45 -04:00
adam j hartz
ee13687c33 Merge pull request #1088 from asmeurer/at-docs
Clear up sentence about the @ operator in the tutorial
2016-06-03 16:44:29 -04:00
adam j hartz
23842bf715 Merge branch 'completers' into faster_bash_completers 2016-06-03 16:15:46 -04:00
adam j hartz
4ee7888c7f improved rmdir completer 2016-06-03 16:15:22 -04:00
adam j hartz
3a96ebf316 use the rmdir completer for rmdir 2016-06-03 15:58:29 -04:00
Morten Enemark Lund
dc838fdaf0 Merge pull request #1062 from Carreau/allow-broken-symlink-on-path
Don't crash if broken symlink on path.
2016-06-03 20:51:18 +02:00
Morten Enemark Lund
78647ff77a Added entry to CHANGELOG.rst 2016-06-03 20:15:52 +02:00
Morten Enemark Lund
4513669ab6 On Windows also remove the $PROMPT variable from the environment sourced from BASH 2016-06-03 19:59:45 +02:00
adam j hartz
e622c32588 bring back one import 2016-06-03 13:43:48 -04:00
Matthias Bussonnier
028ee14b4b Don't crash if broken symlink on path.
closes #1061
2016-06-03 10:41:10 -07:00
Matthias Bussonnier
682f8e1bdc Test for Broken Symlink. 2016-06-03 10:41:10 -07:00
Matthias Bussonnier
9f34efb6bf Travis test on nightly 2016-06-03 10:25:09 -07:00
adam j hartz
c49aaa890a merge from completers 2016-06-03 13:00:03 -04:00
adam j hartz
1500a77702 be more selective about when to use python completions 2016-06-03 12:58:09 -04:00
adam j hartz
f5dee4fc5c remove a bunch of unused code 2016-06-03 12:57:52 -04:00
adam j hartz
3f17eda3e8 add CHANGELOG entry 2016-06-03 11:38:43 -04:00
adam j hartz
c4d05892ec PEP8 changes 2016-06-03 11:37:50 -04:00
adam j hartz
9cab71f6a2 keep a cache of bash completion information 2016-06-03 11:35:32 -04:00
Aaron Meurer
978c443e87 Clear up sentence about the @ operator in the tutorial
The code in @ is not run in subprocess mode, but rather, the operator itself
is used in subprocess mode.
2016-06-02 23:53:55 -05:00
adam j hartz
410052429c Merge branch 'completers' of https://github.com/adqm/xonsh into completers 2016-06-02 17:51:32 -04:00
Anthony Scopatz
5bb8c56d31 Merge pull request #1069 from asmeurer/puns
Add some intro taglines
2016-06-02 14:38:32 -07:00
Aaron Meurer
4cfb37ca37 Add some intro taglines
One is just an improvement over one that's already there, so maybe it ought to
just replace it. The others are Monty Python, from
https://twitter.com/asmeurer/status/701509800530579456.
2016-06-02 14:35:23 -07:00
adam j hartz
278e16af82 merge from master 2016-06-02 17:22:44 -04:00
adam j hartz
d4914227fb Merge pull request #1068 from scopatz/question
Question mark tests and changelog
2016-06-02 17:21:23 -04:00
Anthony Scopatz
fe69d18e5e added question mark test 2016-06-02 17:12:46 -04:00
adam j hartz
c8954c6bb5 allow question mark as valid character in subprocess-mode name 2016-06-02 15:38:55 -04:00
adam j hartz
db09ebe632 clarify: completion based on executable files on path 2016-06-02 14:28:29 -04:00
adam j hartz
696951fa64 small docs typo 2016-06-02 12:17:27 -04:00
adam j hartz
b2851a6d08 small pep8 change 2016-06-02 12:11:50 -04:00
adam j hartz
45b93f17eb another CHANGELOG update 2016-06-02 12:08:56 -04:00
adam j hartz
a525b2a18e documentation updates 2016-06-02 12:08:13 -04:00
adam j hartz
9df79e4162 slightly more helpful message 2016-06-02 11:58:47 -04:00
adam j hartz
a470cdc067 really make rc files be run in __xonsh_ctx__ directly 2016-06-02 11:56:11 -04:00
adam j hartz
a46e0569c2 make rc files be run in __xonsh_ctx__ directly 2016-06-02 11:55:45 -04:00
adam j hartz
2db0912c9b descriptions for built-in xompleters 2016-06-02 11:43:27 -04:00
adam j hartz
468eae8340 make list-completers include a brief description 2016-06-02 11:28:50 -04:00
adam j hartz
0bf6aee51f add changelog entry for other change (lazily loading ptk) 2016-06-02 08:43:34 -04:00
adam j hartz
10dc439ce1 update changelog 2016-06-02 08:41:32 -04:00
adam j hartz
4988b4177f pep8 changes 2016-06-02 08:13:44 -04:00
Morten Enemark Lund
80f5b0b2eb Merge pull request #1026 from adqm/lazily_load_shells
Lazily load prompt_toolkit
2016-06-02 08:45:52 +02:00
adam j hartz
8e28927a28 Merge pull request #1063 from ErinCall/ErinCall-typo-fix-1
Typo fix
2016-06-01 22:08:05 -04:00
adam j hartz
e4ea4e5935 fix checks for prompt toolkit on windows? 2016-06-01 22:03:35 -04:00
adam j hartz
c447f8f010 one more reference to prompt_toolkit 2016-06-01 22:03:35 -04:00
adam j hartz
cb4dba869b make sure prompt_toolkit is still imported 2016-06-01 22:03:35 -04:00
adam j hartz
9979315e05 avoid importing prompt_toolkit 2016-06-01 22:03:35 -04:00
adam j hartz
1c50c9c335 bring back lazy loading of best shell type 2016-06-01 22:03:35 -04:00
adam j hartz
c1560d62cb fix windows issues? 2016-06-01 21:31:59 -04:00
adam j hartz
82fff5c4d6 fix test cases after moving things around 2016-06-01 13:59:33 -04:00