xonsh/docs
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
..
_static updating the webm with some slight pauses 2015-03-18 15:44:03 -04:00
api Add prompt_toolkit based shell. 2015-05-16 19:34:44 +02:00
previous updated version date 2015-03-09 00:15:40 -05:00
aliases.rst Added aliases documentation and added information about xexec to it. 2015-04-13 09:03:32 -07:00
conf.py Removed extra lines 2015-04-07 08:06:23 -07:00
devguide.rst devguide typos 2015-04-03 22:14:59 -04:00
faq.rst added tutorial 2015-03-08 01:01:59 -06:00
index.rst initial dev guide 2015-03-28 12:06:09 -05:00
Makefile install instructions 2015-03-08 22:33:43 -05:00
todo.rst add warning when jobs_posix fails to import on non-windows platform 2015-05-09 13:55:05 -04:00
tutorial.rst Review issues addressed 2015-05-15 08:21:49 -04:00