Commit graph

5756 commits

Author SHA1 Message Date
laerus
5d844a4652 more refactor 2016-11-02 15:35:59 +02:00
laerus
3bb221e24c promptformatter caching 2016-11-02 15:06:17 +02:00
laerus
1025811166 move functions in PromptFormatter 2016-11-02 13:51:10 +02:00
Hugo Wang
ce330123a7 fix git cmd 2016-11-02 13:30:53 +08:00
Hugo Wang
2cf2c27cfb added docstring 2016-11-02 13:24:05 +08:00
Jean-Christophe Fillion-Robin
692c158eea lazyasd: Fix typo in docstring 2016-11-02 00:42:58 -04:00
Hugo Wang
c93c71d422 rst fix 2016-11-02 12:30:53 +08:00
Hugo Wang
53d1d46838 added commit date in xonfig 2016-11-02 12:24:43 +08:00
laerus
11820ca725 PromptFormatter __call__ method 2016-11-01 20:12:38 +02:00
Konstantinos Tsakiltzidis
f78a0e1490 Merge pull request #1923 from xonsh/ptk_comp_colors
Fix swapped background colors on PTK completions.
2016-11-01 19:44:25 +02:00
laerus
7d9a47a0fe shells use PromptFormatter 2016-11-01 19:24:35 +02:00
laerus
c712fefebc more refactor 2016-11-01 19:21:12 +02:00
Morten Enemark Lund
95c63ed36e Fix swapped background colors on PTK completions. 2016-11-01 14:52:33 +01:00
Morten Enemark Lund
79ac400e62 Merge pull request #1911 from xonsh/winalt
Windows Capture & Alt Mode
2016-11-01 13:41:10 +01:00
laerus
b944347edc ref/cleanup 2016-11-01 14:10:11 +02:00
laerus
bff2c8f1b0 PromptFormatter class 2016-11-01 12:38:54 +02:00
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
Anthony Scopatz
52385dbed3 please be done flake 2016-10-29 17:55:42 -04:00
Anthony Scopatz
64da2c75cc yet more flake fixes 2016-10-29 17:47:59 -04:00
Anthony Scopatz
5f4ae724fa some flake fixes 2016-10-29 17:37:08 -04:00
Anthony Scopatz
8b72d2cfab blank line fixes 2016-10-29 17:14:36 -04:00
Anthony Scopatz
42a2de78aa added news entry 2016-10-29 17:08:00 -04:00
Anthony Scopatz
b61232ca6e yep more 2016-10-29 17:05:01 -04:00
Anthony Scopatz
ff354bd711 some windows tests fixes 2016-10-29 16:52:23 -04:00
Anthony Scopatz
fc012ede84 more efforts 2016-10-29 16:17:01 -04:00
Anthony Scopatz
076110785b seems to work when cursor is less than max size 2016-10-29 12:22:06 -04:00
laerus
df12587590 heal completers pip 2016-10-29 18:54:50 +03:00
Anthony Scopatz
10397a016d still some alignment issues 2016-10-29 02:12:14 -04:00
Anthony Scopatz
28e68558ff it really works 2016-10-29 01:40:19 -04:00
Anthony Scopatz
d4608dbc1f console reader sort of works 2016-10-29 01:20:36 -04:00
Anthony Scopatz
02c47c6192 more chanegs 2016-10-28 01:36:24 -04:00
Anthony Scopatz
3f58ada638 wow 2016-10-28 00:51:41 -04:00
Anthony Scopatz
b0ffc94a5b wow 2016-10-27 23:39:50 -04:00
Anthony Scopatz
034cd64bf1 Merge branch 'master' into winalt 2016-10-27 21:10:21 -04:00