Commit graph

3101 commits

Author SHA1 Message Date
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
adam j hartz
410052429c Merge branch 'completers' of https://github.com/adqm/xonsh into completers 2016-06-02 17:51:32 -04: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
adam j hartz
a742ac5c06 fix for CASE_SENSITIVE_COMPLETIONS=False 2016-06-01 13:54:46 -04:00
adam j hartz
a4d8529c0a Merge branch 'master' into completers 2016-06-01 13:51:32 -04:00
adam j hartz
9aedc9ca21 Merge pull request #1040 from scopatz/verbose_which
Verbose which
2016-06-01 13:50:30 -04:00
adam j hartz
7e2c08f390 Merge pull request #1041 from scopatz/rewrite_executable_in
Rewrite executable in
2016-06-01 13:48:06 -04:00
Erin Call
2d907fdc1d Typo fix 2016-05-31 23:20:14 -07:00
adam j hartz
75f30fdc67 modify attr completion to run the xonsh eval method with new flag 2016-05-31 23:50:52 -04:00
adam j hartz
2b06eee116 modify execer to allow skipping the part about wrapping with ![] 2016-05-31 23:50:30 -04:00
adam j hartz
5722114623 always sort completions (for ptk) 2016-05-31 19:11:51 -04:00
adam j hartz
8ab5ff70ff better addition of extra commands 2016-05-31 18:45:00 -04:00
adam j hartz
e88b7af5d5 return more commands for command completer 2016-05-31 18:42:18 -04:00
adam j hartz
d335cd5850 addition to force python mode in ${ and @( 2016-05-31 18:19:50 -04:00
adam j hartz
6e96eb7cc7 fix result when no matches found 2016-05-31 17:50:05 -04:00
adam j hartz
1b8c4804ba try to get cdpath right 2016-05-31 16:45:50 -04:00
adam j hartz
67a7cac02a Merge branch 'master' into completers 2016-05-31 16:34:09 -04:00
adam j hartz
0f9b38538f some fixes for completer-related commands 2016-05-31 16:33:51 -04:00
adam j hartz
fa24452cc3 reorganizing to make things actually load 2016-05-31 16:21:13 -04:00
adam j hartz
35758ff6c8 add means of adding/listing completers 2016-05-31 15:59:42 -04:00
adam j hartz
196d3046a3 Merge pull request #1039 from scopatz/changelog_hotfix
Update CHANGELOG.rst with the HotFix for command line arguments
2016-05-31 15:31:17 -04:00
adam j hartz
8c54b4618f change order 2016-05-31 13:04:05 -04:00
adam j hartz
14bfdfd2be Merge branch 'completers' of https://github.com/adqm/xonsh into completers 2016-05-31 13:00:59 -04:00