Anthony Scopatz
|
7a72bcd505
|
Merge branch 'wjwwood-fix_missing_bash_comp_dirs'
|
2016-06-04 22:06:27 -04:00 |
|
William Woodall
|
2e230c8bc3
|
do not require directories in BASH_COMPLETIONS to exist
|
2016-06-04 18:56:20 -07:00 |
|
Anthony Scopatz
|
e9a2b96ddb
|
Merge pull request #1037 from arielf/master
xonsh/history.py: apply os.path.expanduser to XONSH_DATA_DIR in history
|
2016-06-04 17:39:44 -07:00 |
|
Anthony Scopatz
|
231c7f0a6e
|
add completer API doc hooks
|
2016-06-04 20:05:55 -04:00 |
|
Anthony Scopatz
|
08483fdcc3
|
Merge branch 'adqm-faster_bash_completers'
|
2016-06-04 19:38:20 -04:00 |
|
Anthony Scopatz
|
84f9d49e2e
|
Merge branch 'faster_bash_completers' of https://github.com/adqm/xonsh into adqm-faster_bash_completers
|
2016-06-04 19:32:48 -04:00 |
|
Anthony Scopatz
|
afe2aca7f6
|
Merge pull request #1098 from kirbyfan64/which-cat
Mention how to mix commands and variables/text
|
2016-06-04 16:12:24 -07:00 |
|
Gil Forsyth
|
bbd976f742
|
fix padding and standardize docstring newlines
|
2016-06-04 18:51:10 -04:00 |
|
Ryan Gonzalez
|
418b863f82
|
Mention how to mix commands and variables/text
|
2016-06-04 17:20:06 -05:00 |
|
Gil Forsyth
|
b79fa5d2ea
|
update justify function using textwrap
|
2016-06-04 18:02:01 -04:00 |
|
adam j hartz
|
5b9e3adfda
|
update docs
|
2016-06-04 16:58:46 -04:00 |
|
adam j hartz
|
34c159b4db
|
fix: make bash completer use cache loaded at startup
|
2016-06-04 16:55:49 -04:00 |
|
adam j hartz
|
64e49d11b3
|
don't shadow 'dir'
|
2016-06-04 16:48:00 -04:00 |
|
adam j hartz
|
079e07d27b
|
some more changes, per @scopatz's suggestions
|
2016-06-04 16:47:01 -04:00 |
|
adam j hartz
|
abff768d44
|
restructure completer aliases
|
2016-06-04 16:39:13 -04:00 |
|
adam j hartz
|
61af45682c
|
update tests for man page completion
|
2016-06-04 16:07:03 -04:00 |
|
Anthony Scopatz
|
1bf8c50d28
|
Merge branch 'syntax_error_pointer'
|
2016-06-04 16:05:33 -04:00 |
|
adam j hartz
|
fa0022dac5
|
better check for iterable
|
2016-06-04 15:57:43 -04:00 |
|
adam j hartz
|
bff709eef3
|
more operators to auto-complete
|
2016-06-04 15:54:18 -04:00 |
|
adam j hartz
|
e85037be3d
|
move cache location for man completer
|
2016-06-04 15:53:12 -04:00 |
|
adam j hartz
|
fe6a091295
|
remove unused code
|
2016-06-04 15:47:36 -04:00 |
|
adam j hartz
|
5027f8a41a
|
smarter creation/updates of completers dict
|
2016-06-04 15:47:01 -04:00 |
|
Gil Forsyth
|
4ac3dd2b7c
|
update changelog
|
2016-06-04 15:46:02 -04:00 |
|
Gil Forsyth
|
b51d8c64ef
|
add visual pointer to syntax error message
|
2016-06-04 15:44:46 -04:00 |
|
adam j hartz
|
5cec29b9e9
|
better check for non-empty result
|
2016-06-04 15:44:08 -04:00 |
|
adam j hartz
|
8a6fe5d329
|
more sensible structuring of wrap_subprocs arg, per @scopatz' suggestions
|
2016-06-04 15:42:56 -04:00 |
|
adam j hartz
|
cf188bf13c
|
BASH -> Bash everywhere
|
2016-06-04 15:36:21 -04:00 |
|
Anthony Scopatz
|
3caed0c02c
|
Merge pull request #1093 from scopatz/xonfig_addition
add current shell_type to xonfig output
|
2016-06-04 11:46:52 -07:00 |
|
Anthony Scopatz
|
440d2a6766
|
Merge branch 'adqm-readline'
|
2016-06-04 13:59:41 -04:00 |
|
adam j hartz
|
9c4b476b7a
|
merge from master
|
2016-06-04 13:38:09 -04:00 |
|
adam j hartz
|
16b68e7b6d
|
print error message to stderr
|
2016-06-04 13:34:01 -04:00 |
|
adam j hartz
|
ca59e56cd6
|
use importlib for imports
|
2016-06-04 13:32:32 -04:00 |
|
adam j hartz
|
0fb5c48786
|
docs fix
|
2016-06-04 13:31:30 -04:00 |
|
adam j hartz
|
f5ec51f3b0
|
check global inputrc location as well
|
2016-06-04 13:30:49 -04:00 |
|
adam j hartz
|
723ca952a6
|
Merge branch 'master' into readline
|
2016-06-04 13:27:47 -04:00 |
|
adam j hartz
|
fdd31585ec
|
Merge pull request #1047 from kyokley/no_setup_tools
Using string in scripts during install without setuptools
|
2016-06-03 21:49:05 -04:00 |
|
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 |
|