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 |
|
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 |
|
Kevin Yokley
|
da95b272db
|
Merge branch 'no_setup_tools' of github.com:kyokley/xonsh into no_setup_tools
Conflicts:
setup.py
|
2016-05-31 22:56:41 -05:00 |
|
Kevin Yokley
|
f06fb0a44f
|
Removing tuple
|
2016-05-31 22:55:11 -05: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
|
d4f545dfa8
|
update docs to suggest installing gnureadline on mac
|
2016-05-31 23:12:59 -04:00 |
|
adam j hartz
|
687c188702
|
attempt fix for loading inputrc on mac, via code from ipython
|
2016-05-31 23:12:43 -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 |
|