Commit graph

6813 commits

Author SHA1 Message Date
Nathan Hoad
54747d3676 Don't show the repr of the LazyBool for whether or not xonsh is running on Linux. 2017-05-30 13:57:02 +10:00
Konstantinos Tsakiltzidis
18873742df Merge pull request #2359 from xonsh/custom_rc
fix `--rc` option for xonsh startup
2017-04-22 02:32:21 +03:00
Gil Forsyth
341208ebe9 Merge pull request #2360 from xonsh/fix_at_dollar
Fix at dollar
2017-04-21 19:02:32 -04:00
Jamie Bliss
bf11df618c Add test 2017-04-21 17:46:04 -04:00
Gil Forsyth
b77bc1d3f3 add news entry 2017-04-21 15:28:59 -04:00
Gil Forsyth
fe36bfc218 fix @$ behavior with aliases
This was borking out when using `@$` with aliased commands (due, I think, to a
trailing newline character that wasn't being stripped out).

Should resolve #2340
2017-04-21 15:25:33 -04:00
Gil Forsyth
d33003959e add test for --rc flags 2017-04-21 14:34:47 -04:00
Gil Forsyth
ce3f87dba0 fix --rc option for xonsh startup 2017-04-21 09:14:21 -04:00
Jamie Bliss
f6fb9ba5bb Merge pull request #2357 from xonsh/more_threadable_predictors
add xclip and repo to threadable predictors
2017-04-17 14:41:11 -04:00
Gil Forsyth
329db7ac5e add xclip and repo to threadable predictors
To address issues #2355 and #2348
2017-04-17 14:21:55 -04:00
Jamie Bliss
a891b21ab3 Merge pull request #2308 from xonsh/linecont
Line continuations not always working on Win
2017-03-29 11:54:33 -04:00
Jamie Bliss
f1b154f252 Fixing some docstring typos. 2017-03-29 10:54:31 -04:00
Hugo Wang
34c73351ec Merge pull request #2344 from xonsh/codecov
codecov raised threshold at 2%
2017-03-28 21:25:29 +08:00
laerus
e6fbfb010c codecov threshold 2% 2017-03-28 15:15:58 +03:00
laerus
9902367e0e codecov raised threshold at 5% 2017-03-27 22:43:03 +03:00
Konstantinos Tsakiltzidis
32eda6922c Merge pull request #2325 from xonsh/win_path
Fix win paths
2017-03-26 17:10:44 +03:00
Morten Enemark Lund
08d78cbb16 Merge pull request #2319 from xonsh/astronouth7303-xontrib-xip-patch
Recommend `xip` to install my xontribs
2017-03-21 15:15:14 +01:00
Morten Enemark Lund
14919e29fc Merge pull request #2336 from xonsh/sudo
Make sudo on Windows work again
2017-03-21 12:43:31 +01:00
Morten Enemark Lund
cd2d275f3f remove unused sys import 2017-03-21 11:42:49 +01:00
Morten Enemark Lund
53af478269 Add news item 2017-03-21 11:41:09 +01:00
Gil Forsyth
50b42c3c92 Merge pull request #2333 from xonsh/win_tutorial
Update win tutorial
2017-03-20 14:35:18 -04:00
Burak Yigit Kaya
46dc9bffdc fixup! Make sudo on Windows work again 2017-03-20 15:21:43 +03:00
Burak Yigit Kaya
b09c080d18 Make sudo on Windows work again 2017-03-20 15:19:32 +03:00
Jamie Bliss
7b3c8d202f Merge pull request #2332 from moigagoo/feature/fix-echo
Fix #2331: Add default value for `help` option, so that opt['help'] doesn't crash.
2017-03-17 19:53:01 -04:00
Konstantin Molchanov
cd1649ae81 Add news item. 2017-03-18 00:21:13 +04:00
Morten Enemark Lund
c4c58eaf2a More typos 2017-03-17 21:13:22 +01:00
Konstantin Molchanov
f0a2967664 Xontrib: Echo: Add default value for help opt. 2017-03-17 22:42:27 +04:00
Morten Enemark Lund
68e8772b50 Merge pull request #2330 from xonsh/doctr_updates
fix for small changes to doctr API
2017-03-17 16:50:59 +01:00
Gil Forsyth
4aaff6bac4 fix for small changes to doctr API
doctr now requires the deploy directory as an argument and ``--gh-pages-docs``
is deprecated.

No news item on this since it's purely internal.
2017-03-17 11:38:12 -04:00
Morten Enemark Lund
47472a3d78 Update win tutorial with free_cwd xontrib and colors 2017-03-17 12:57:27 +01:00
Konstantinos Tsakiltzidis
b2d8cefb3f Merge pull request #2303 from xonsh/release_cwd
Release cwd on Windows while prompt is displayed
2017-03-16 11:49:04 +02:00
Konstantinos Tsakiltzidis
36deaeeb4e Merge pull request #2323 from xonsh/prettypath
Pretty path
2017-03-16 10:08:33 +02:00
Konstantinos Tsakiltzidis
4ac03e4b07 Merge pull request #2326 from xonsh/no_percent_expand
remove %foo% auto expansion on Windows
2017-03-16 09:54:57 +02:00
Morten Enemark Lund
ae3cb0ca8b Handle PATH with any case. 2017-03-16 08:48:52 +01:00
Morten Enemark Lund
e5c9c1446d Add news item 2017-03-15 22:36:00 +01:00
Morten Enemark Lund
5f60bea8c4 Removed %foo% environment expansion on windows 2017-03-15 22:33:21 +01:00
Morten Enemark Lund
2147493413 Add news item 2017-03-15 22:13:49 +01:00
Morten Enemark Lund
6e9b6757d2 Fix Win issue with PATH not beeing picked up 2017-03-15 22:10:13 +01:00
Anthony Scopatz
30f1d1e649 version bump to 0.5.9 2017-03-15 14:54:00 -04:00
Anthony Scopatz
2ae5218530 news stuff 2017-03-15 12:06:26 -04:00
Anthony Scopatz
cc0fdc5b2c Merge pull request #2324 from xonsh/update_default_ensurers
add missing default ensurers for all default envs of type int or bool
2017-03-15 12:05:50 -04:00
Gil Forsyth
d6540ce66d add test that all int and bool envvars have ensurers
hopefully this will stop this from cropping up again in the future
2017-03-15 09:09:08 -04:00
Gil Forsyth
ee639ab806 add (update) news 2017-03-15 08:59:12 -04:00
Gil Forsyth
2fe1e8f3da Add missing default ensurers for ints and bools
Added:
* ``EXPAND_ENV_VARS``
* ``PUSHD_MINUS``
* ``PUSHD_SILENT``
* ``SUGGEST_COMMANDS``
* ``SUGGEST_MAX_NUM``
2017-03-15 08:53:51 -04:00
Gil Forsyth
de5f8090e1 add default ensurer for SUGGEST_THRESHOLD 2017-03-15 08:32:26 -04:00
Morten Enemark Lund
788233dfe3 update formating 2017-03-15 10:29:14 +01:00
Morten Enemark Lund
1707703e4e Add news item 2017-03-15 10:12:09 +01:00
Morten Enemark Lund
cd9ace6669 Add pretty printing of $PATH 2017-03-15 10:11:53 +01:00
Jamie Bliss
af40fb40bb Recommend xip to install my xontribs
xontribs should be installed with xip now, so do that.
2017-03-14 23:14:18 -04:00
Morten Enemark Lund
8d78f35932 Merge pull request #2312 from xonsh/dirstack_ensurer
add default ensurer for DIRSTACK_SIZE
2017-03-12 12:04:50 +01:00