Commit graph

20 commits

Author SHA1 Message Date
Anthony Scopatz
102ecf0736 started history differ 2015-08-23 22:57:36 -04:00
Anthony Scopatz
97cb632d67 inited replay 2015-08-23 14:13:14 -04:00
Anthony Scopatz
e6e5ce7abd added teepty 2015-08-23 14:09:10 -04:00
Morten Enemark Lund
5567dba56b Added the pretty module to the documentation 2015-07-16 12:58:00 +02:00
Anthony Scopatz
d6bf634cf9 minor doc fix 2015-05-30 00:01:49 +03:00
anula
640c3991ab Fix bugs in LimitedFileHistory (plus tests) and move it to different file.
* Move LimitedFileHistory from history.py to prompt_toolkit_history.py
because it is needed only for prompt_toolkit and requires prompt_toolkit.
* Add instalation of prompt_toolkit to .travis.yml
* Update docs hooks
2015-05-18 19:33:37 +02:00
anula
c56c2c8330 Add prompt_toolkit based shell.
This adds prompt_toolkit based shell in addition to existing readline
shell. By default regular readline shell is loaded, to use
prompt_toolkit version you need to add:

    $PROMPT_TOOLKIT_SHELL = True

to your ~/.xonshrc
Another nice thing to add there is:

    from xonsh.pyghooks import XonshLexer
    $HIGHLIGHTING_LEXER = XonshLexer

that adds highlighting of shell input (may be a bit annoying sometimes).

There is no key for inserting indentation yet, it will be improved in the
future.
2015-05-16 19:34:44 +02:00
adam j hartz
f768664d10 documentation for ProcProxy 2015-05-12 19:26:27 -04:00
Anthony Scopatz
ca1fbb3f87 more docs 2015-05-03 20:09:26 -05:00
Anthony Scopatz
d6799fdc30 recursive impl 2015-03-31 01:10:19 -05:00
Anthony Scopatz
5707b38947 import hooks docs 2015-03-30 00:11:37 -05:00
adam j hartz
eb547292c0 job control: documentation 2015-03-27 02:07:17 -04:00
Anthony Scopatz
f967da37a5 some doc fixes 2015-03-23 01:15:48 -05:00
adam j hartz
6bd814c8b9 documentation for dirstack module 2015-03-21 20:01:10 -04:00
Anthony Scopatz
3085c95e20 typo 2015-03-09 01:03:47 -05:00
Anthony Scopatz
65fd39affe done with docs/api 2015-03-07 20:30:45 -06:00
Anthony Scopatz
4edb712641 more autodoc hooks 2015-03-07 20:24:07 -06:00
Anthony Scopatz
5f9ad36d83 language api docs 2015-03-07 20:11:33 -06:00
Anthony Scopatz
1fac620ef4 more edits 2015-03-07 19:53:41 -06:00
Anthony Scopatz
ccb334626b some doc updates 2015-03-07 19:30:06 -06:00