Commit graph

5671 commits

Author SHA1 Message Date
Konstantinos Tsakiltzidis
94395b443b Merge pull request #1894 from xonsh/style_ansi_colors
Add ansi-color codes to the default style
2016-11-01 12:06:17 +02:00
Morten Enemark Lund
901a3d9567 add change log 2016-10-31 21:44:24 +01:00
Morten Enemark Lund
b1b0bf5c53 Fix typo in color name 2016-10-31 21:37:16 +01:00
Konstantinos Tsakiltzidis
e22315ee26 Merge pull request #1919 from xonsh/ranger
add ranger to thread list, clean up news entries
2016-10-31 19:12:44 +02:00
Konstantinos Tsakiltzidis
705fd4b88e Merge pull request #1920 from xonsh/small_doc_fix
add missing newline in code block
2016-10-31 19:10:26 +02:00
Gil Forsyth
745cdc6a3b add missing newline in code block
What idiot didn't bother to check if this page in the docs was formatted
correctly?  Couldn't they be bothered to at least check that the docs
compiled without errors?

```
git blame
```

Oh.  It was me.
2016-10-31 12:34:46 -04:00
Gil Forsyth
0f7e60c660 Merge pull request #1918 from Carreau/pure-css
Pure-css "Fork me on GitHub" ribbon.
2016-10-31 12:32:27 -04:00
Gil Forsyth
b1140647bf add ranger to thread list, clean up news entries
`ranger` should've been added a while ago.  I also collapsed the various
different news items about default-not-backgroundable programs into a
single file so it will make a little more sense at the next release.
2016-10-31 10:33:24 -04:00
Matthias Bussonnier
5a866781ba Pure-css "Fork me on GitHub" 2016-10-31 07:24:55 -07:00
Gil Forsyth
c82848edf3 Merge pull request #1916 from Carreau/fix-github-ribbon
Fix "Fork me on GitHub" ribbons.
2016-10-31 07:41:05 -04:00
Matthias Bussonnier
42df1404be Fix "Fork me on GitHub" ribbons.
The current ribbon just don't react on click on some platform for
some reason. Mainly because the Image is in the corner, but not the
link.

This fixes it

Though it still look ugly on hi-dpi screen

One might want to consider a pure-css method like
https://simonwhitaker.github.io/github-fork-ribbon-css/
2016-10-30 20:47:54 -07:00
Anthony Scopatz
0c3bd1649a Merge pull request #1914 from Carreau/rel-canonical
Hack a rel=canonical in the templates.
2016-10-30 21:42:46 -04:00
Matthias Bussonnier
c0d584d7a3 Hack a rel=canonical in the templates.
We do not want non-canonical versions of xonsh docs to be indexed. OR at
least they should point to the canonical version.

Technically we should even try to have the stable version under a
/stable/ url (to leave us with some freedom of changing things) So that
later we can replace stable with X.y and have a version switcher.
2016-10-30 12:27:40 -07:00
Gil Forsyth
139eeb3de0 Merge pull request #1912 from xonsh/uncap
Uncaptured aliases
2016-10-30 13:15:59 -04:00
Anthony Scopatz
9f35a4ea69 wrote tut 2016-10-30 10:47:32 -04:00
Anthony Scopatz
86111a6ebf Uncaptured aliases 2016-10-29 21:11:08 -04:00
Anthony Scopatz
188aebcd8f Merge pull request #1910 from xonsh/healcomlpip
heal completers pip
2016-10-29 18:41:56 -04:00
laerus
df12587590 heal completers pip 2016-10-29 18:54:50 +03:00
Konstantinos Tsakiltzidis
63232fe664 Merge pull request #1908 from xonsh/fix_spspec_repr
Fix SubprocSpec repr
2016-10-28 02:43:05 +03:00
Gil Forsyth
32faa17d10 add news entry 2016-10-27 15:53:04 -04:00
Anthony Scopatz
7c8cf35d07 Merge pull request #1906 from xonsh/mvim_cache
more entries in threadable predictors
2016-10-27 15:35:09 -04:00
Gil Forsyth
f6b14ae090 fix missing self in SubprocSpec repr 2016-10-27 15:33:02 -04:00
Konstantinos Tsakiltzidis
9d0fd25b40 Merge pull request #1907 from xonsh/proc_clean
remove copypasta docstring fragment
2016-10-27 21:25:02 +03:00
Gil Forsyth
3645f074fc remove copypasta docstring fragment 2016-10-27 14:18:38 -04:00
Gil Forsyth
6444655df0 add news entry 2016-10-27 12:41:56 -04:00
Gil Forsyth
d4aa6a00a8 add nano and pacman to threadable predictors 2016-10-27 12:39:58 -04:00
Gil Forsyth
1b85482bd4 add mvim to command cache 2016-10-27 09:28:28 -04:00
Morten Enemark Lund
786936e703 Merge pull request #1902 from xonsh/mutt
add mutt to unthreadables
2016-10-27 08:31:23 +02:00
Morten Enemark Lund
677c45823f Merge pull request #1900 from xonsh/morepipe
more piping fixes for multiple commands
2016-10-27 08:30:55 +02:00
Morten Enemark Lund
a1a648f2a8 Merge pull request #1903 from xonsh/winless
Windows non-threadable fix
2016-10-27 08:27:47 +02:00
Morten Enemark Lund
fec4653e1d Fix flake8 errors. 2016-10-27 08:20:26 +02:00
Anthony Scopatz
50e5f23d77 removed some comments 2016-10-26 22:47:21 -04:00
Anthony Scopatz
47a283417e initial windows fix 2016-10-26 22:43:37 -04:00
Anthony Scopatz
e3c4b0f5c0 Merge pull request #1884 from bobhy/stderr_no_buffer
Fix AttributeError: 'TextTranscodingWrapper' object has no attribute 'buffer' in stderr
2016-10-26 22:04:30 -04:00
Anthony Scopatz
b93fde10a6 Merge pull request #1895 from xonsh/tab_comp_option
add various updates to customization faq
2016-10-26 21:15:37 -04:00
Anthony Scopatz
f153a79233 add mutt to unthreadables 2016-10-26 21:12:45 -04:00
Anthony Scopatz
9cd013b172 small windows fix 2016-10-26 20:55:40 -04:00
Anthony Scopatz
400ef828d9 more piping fixes for multiple commands 2016-10-26 20:51:28 -04:00
Gil Forsyth
3a724d93f3 Merge pull request #1896 from mitnk/fix-space-complete
fix #1886 - readline completer with space
2016-10-26 17:18:05 -04:00
Hugo Wang
0e904b98eb fix #1886 - readline completer with space 2016-10-26 22:21:07 +08:00
Gil Forsyth
eb83aa7204 add news entry 2016-10-26 10:14:43 -04:00
Gil Forsyth
126e97075c add expl for libgcc core dump error 2016-10-26 10:12:04 -04:00
Gil Forsyth
843254f212 add dirs alias answer to customization faq 2016-10-26 09:58:12 -04:00
Gil Forsyth
077e851280 add tab completion setup to customization faq 2016-10-26 09:30:51 -04:00
Gil Forsyth
99eb2ea9c4 Merge pull request #1893 from xonsh/pipe
Pipe fixes(?)
2016-10-26 09:06:00 -04:00
Morten Enemark Lund
2e85ddc69c Update ansi color codes.
This requires that the colors in prompt_toolkit are fixed
2016-10-26 14:01:33 +02:00
Morten Enemark Lund
cafa11563c Use ansi color names for default style
This updates XONSH_BASE_STYLE to match the default style in pygments.
Previously, XONSH_BASE_STYLE was only use if pygments was not installed.
Now, XONSH_BASE_STYLE is always used if style is set to 'default'.
In case pygment 2.2 is available a version style with color names
is used (#ansidarkblue etc.).
2016-10-26 12:43:51 +02:00
Morten Enemark Lund
8582029a69 Merge pull request #1888 from blahgeek/bash-completion-defaults
Proper default value and documentation for $BASH_COMPLETIONS
2016-10-26 10:13:52 +02:00
Anthony Scopatz
26759d8dfa windows test fix 2016-10-26 00:51:56 -04:00
Anthony Scopatz
6288644fe5 hopfule fix 2016-10-26 00:40:47 -04:00