mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
![]() 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. |
||
---|---|---|
.. | ||
aliases.rst | ||
ast.rst | ||
base_shell.rst | ||
built_ins.rst | ||
completer.rst | ||
dirstack.rst | ||
environ.rst | ||
execer.rst | ||
history.rst | ||
imphooks.rst | ||
index.rst | ||
inspectors.rst | ||
jobs.rst | ||
lazyjson.rst | ||
lexer.rst | ||
main.rst | ||
openpy.rst | ||
parser.rst | ||
proc.rst | ||
prompt_toolkit_completer.rst | ||
prompt_toolkit_shell.rst | ||
pyghooks.rst | ||
readline_shell.rst | ||
shell.rst | ||
tools.rst |