CHANGELOG.rst
MANIFEST.in
README.rst
license
logo.txt
pyproject.toml
run-tests.xsh
setup.cfg
setup.py
scripts/xon.sh
scripts/xonsh.ps1
tests/.somedotfile
tests/bashrc.sh
tests/batch.bat
tests/conftest.py
tests/run_pwd.xsh
tests/sample.xsh
tests/test_aliases.py
tests/test_ansi_colors.py
tests/test_ast.py
tests/test_base_shell.py
tests/test_bashisms.py
tests/test_builtins.py
tests/test_color_tools.py
tests/test_commands_cache.py
tests/test_contexts.py
tests/test_dirstack.py
tests/test_dirstack_unc.py
tests/test_environ.py
tests/test_events.py
tests/test_execer.py
tests/test_foreign_shells.py
tests/test_history.py
tests/test_history_sqlite.py
tests/test_imphooks.py
tests/test_integrations.py
tests/test_jsonutils.py
tests/test_lazyasd.py
tests/test_lazyjson.py
tests/test_lexer.py
tests/test_main.py
tests/test_man.py
tests/test_mpl.py
tests/test_parser.py
tests/test_path_completers.py
tests/test_platform.py
tests/test_prompt.py
tests/test_ptk_completer.py
tests/test_ptk_highlight.py
tests/test_ptk_history.py
tests/test_ptk_multiline.py
tests/test_ptk_shell.py
tests/test_pyghooks.py
tests/test_python_completers.py
tests/test_readline_shell.py
tests/test_tools.py
tests/test_vox.py
tests/test_wizard.py
tests/test_xonfig.py
tests/test_xonsh.xsh
tests/test_xontribs.py
tests/test_xoreutils.py
tests/tools.py
tests/aliases/__init__.py
tests/aliases/test_source.py
tests/aliases/test_xexec.py
tests/bin/.someotherdotfile
tests/bin/cat
tests/bin/cat.bat
tests/bin/checkargv0.xsh
tests/bin/printfile.xsh
tests/bin/printname.xsh
tests/bin/pwd
tests/bin/pwd.bat
tests/bin/sourcefile.xsh
tests/bin/wc
tests/bin/wc.bat
tests/completers/test_pip_completer.py
tests/fake_lib/readme.txt
tests/fake_lib/jupyter_client/__init__.py
tests/fake_lib/jupyter_client/kernelspec.py
tests/histories/echo.json
tests/histories/simple-python.json
tests/man1/yes.1.gz
tests/scripts/raise.xsh
tests/test_lib/test_collections.py
tests/test_lib/test_itertools.py
tests/test_lib/test_os.xsh
tests/test_lib/test_subprocess.xsh
tests/xontribs/test_jedi.py
tests/xpack/__init__.py
tests/xpack/relimp.xsh
tests/xpack/sample.xsh
tests/xpack/sub/__init__.py
tests/xpack/sub/sample.xsh
xonsh/__amalgam__.py
xonsh/__init__.py
xonsh/__main__.py
xonsh/aliases.py
xonsh/ansi_colors.py
xonsh/ast.py
xonsh/base_shell.py
xonsh/built_ins.py
xonsh/codecache.py
xonsh/color_tools.py
xonsh/commands_cache.py
xonsh/completer.py
xonsh/contexts.py
xonsh/diff_history.py
xonsh/dirstack.py
xonsh/dumb_shell.py
xonsh/environ.py
xonsh/events.py
xonsh/execer.py
xonsh/foreign_shells.py
xonsh/imphooks.py
xonsh/inspectors.py
xonsh/jobs.py
xonsh/jsonutils.py
xonsh/jupyter_kernel.py
xonsh/jupyter_shell.py
xonsh/lazyasd.py
xonsh/lazyimps.py
xonsh/lazyjson.py
xonsh/lexer.py
xonsh/macutils.py
xonsh/main.py
xonsh/openpy.py
xonsh/parser.py
xonsh/parser_table.py
xonsh/platform.py
xonsh/pretty.py
xonsh/proc.py
xonsh/pyghooks.py
xonsh/pygments_cache.py
xonsh/pytest_plugin.py
xonsh/readline_shell.py
xonsh/shell.py
xonsh/style_tools.py
xonsh/timings.py
xonsh/tokenize.py
xonsh/tools.py
xonsh/tracer.py
xonsh/winutils.py
xonsh/wizard.py
xonsh/xonfig.py
xonsh/xontribs.json
xonsh/xontribs.py
xonsh.egg-info/PKG-INFO
xonsh.egg-info/SOURCES.txt
xonsh.egg-info/dependency_links.txt
xonsh.egg-info/entry_points.txt
xonsh.egg-info/requires.txt
xonsh.egg-info/top_level.txt
xonsh/completers/__amalgam__.py
xonsh/completers/__init__.py
xonsh/completers/_aliases.py
xonsh/completers/base.py
xonsh/completers/bash.py
xonsh/completers/bash_completion.py
xonsh/completers/commands.py
xonsh/completers/completer.py
xonsh/completers/dirs.py
xonsh/completers/init.py
xonsh/completers/man.py
xonsh/completers/path.py
xonsh/completers/pip.py
xonsh/completers/python.py
xonsh/completers/tools.py
xonsh/completers/xompletions.py
xonsh/history/__amalgam__.py
xonsh/history/__init__.py
xonsh/history/base.py
xonsh/history/dummy.py
xonsh/history/json.py
xonsh/history/main.py
xonsh/history/sqlite.py
xonsh/lib/__init__.py
xonsh/lib/collections.py
xonsh/lib/itertools.py
xonsh/lib/os.xsh
xonsh/lib/subprocess.xsh
xonsh/parsers/__init__.py
xonsh/parsers/base.py
xonsh/parsers/context_check.py
xonsh/parsers/fstring_adaptor.py
xonsh/parsers/v36.py
xonsh/parsers/v38.py
xonsh/ply/CHANGES
xonsh/ply/CONTRIBUTING.md
xonsh/ply/README.md
xonsh/ply/doc/internal.html
xonsh/ply/doc/makedoc.py
xonsh/ply/doc/ply.html
xonsh/ply/example/README
xonsh/ply/example/cleanup.sh
xonsh/ply/example/BASIC/README
xonsh/ply/example/BASIC/basic.py
xonsh/ply/example/BASIC/basiclex.py
xonsh/ply/example/BASIC/basiclog.py
xonsh/ply/example/BASIC/basinterp.py
xonsh/ply/example/BASIC/basparse.py
xonsh/ply/example/BASIC/dim.bas
xonsh/ply/example/BASIC/func.bas
xonsh/ply/example/BASIC/gcd.bas
xonsh/ply/example/BASIC/gosub.bas
xonsh/ply/example/BASIC/hello.bas
xonsh/ply/example/BASIC/linear.bas
xonsh/ply/example/BASIC/maxsin.bas
xonsh/ply/example/BASIC/powers.bas
xonsh/ply/example/BASIC/rand.bas
xonsh/ply/example/BASIC/sales.bas
xonsh/ply/example/BASIC/sears.bas
xonsh/ply/example/BASIC/sqrt1.bas
xonsh/ply/example/BASIC/sqrt2.bas
xonsh/ply/example/GardenSnake/GardenSnake.py
xonsh/ply/example/GardenSnake/README
xonsh/ply/example/ansic/README
xonsh/ply/example/ansic/clex.py
xonsh/ply/example/ansic/cparse.py
xonsh/ply/example/calc/calc.py
xonsh/ply/example/calcdebug/calc.py
xonsh/ply/example/calceof/calc.py
xonsh/ply/example/classcalc/calc.py
xonsh/ply/example/closurecalc/calc.py
xonsh/ply/example/hedit/hedit.py
xonsh/ply/example/newclasscalc/calc.py
xonsh/ply/example/optcalc/README
xonsh/ply/example/optcalc/calc.py
xonsh/ply/example/unicalc/calc.py
xonsh/ply/example/yply/README
xonsh/ply/example/yply/ylex.py
xonsh/ply/example/yply/yparse.py
xonsh/ply/example/yply/yply.py
xonsh/ply/ply/__init__.py
xonsh/ply/ply/cpp.py
xonsh/ply/ply/ctokens.py
xonsh/ply/ply/lex.py
xonsh/ply/ply/yacc.py
xonsh/ply/ply/ygen.py
xonsh/ply/test/README
xonsh/ply/test/calclex.py
xonsh/ply/test/cleanup.sh
xonsh/ply/test/lex_closure.py
xonsh/ply/test/lex_doc1.py
xonsh/ply/test/lex_dup1.py
xonsh/ply/test/lex_dup2.py
xonsh/ply/test/lex_dup3.py
xonsh/ply/test/lex_empty.py
xonsh/ply/test/lex_error1.py
xonsh/ply/test/lex_error2.py
xonsh/ply/test/lex_error3.py
xonsh/ply/test/lex_error4.py
xonsh/ply/test/lex_hedit.py
xonsh/ply/test/lex_ignore.py
xonsh/ply/test/lex_ignore2.py
xonsh/ply/test/lex_literal1.py
xonsh/ply/test/lex_literal2.py
xonsh/ply/test/lex_literal3.py
xonsh/ply/test/lex_many_tokens.py
xonsh/ply/test/lex_module.py
xonsh/ply/test/lex_module_import.py
xonsh/ply/test/lex_object.py
xonsh/ply/test/lex_opt_alias.py
xonsh/ply/test/lex_optimize.py
xonsh/ply/test/lex_optimize2.py
xonsh/ply/test/lex_optimize3.py
xonsh/ply/test/lex_optimize4.py
xonsh/ply/test/lex_re1.py
xonsh/ply/test/lex_re2.py
xonsh/ply/test/lex_re3.py
xonsh/ply/test/lex_rule1.py
xonsh/ply/test/lex_rule2.py
xonsh/ply/test/lex_rule3.py
xonsh/ply/test/lex_state1.py
xonsh/ply/test/lex_state2.py
xonsh/ply/test/lex_state3.py
xonsh/ply/test/lex_state4.py
xonsh/ply/test/lex_state5.py
xonsh/ply/test/lex_state_noerror.py
xonsh/ply/test/lex_state_norule.py
xonsh/ply/test/lex_state_try.py
xonsh/ply/test/lex_token1.py
xonsh/ply/test/lex_token2.py
xonsh/ply/test/lex_token3.py
xonsh/ply/test/lex_token4.py
xonsh/ply/test/lex_token5.py
xonsh/ply/test/lex_token_dup.py
xonsh/ply/test/test_cpp_nonascii.c
xonsh/ply/test/testcpp.py
xonsh/ply/test/testlex.py
xonsh/ply/test/testyacc.py
xonsh/ply/test/yacc_badargs.py
xonsh/ply/test/yacc_badid.py
xonsh/ply/test/yacc_badprec.py
xonsh/ply/test/yacc_badprec2.py
xonsh/ply/test/yacc_badprec3.py
xonsh/ply/test/yacc_badrule.py
xonsh/ply/test/yacc_badtok.py
xonsh/ply/test/yacc_dup.py
xonsh/ply/test/yacc_error1.py
xonsh/ply/test/yacc_error2.py
xonsh/ply/test/yacc_error3.py
xonsh/ply/test/yacc_error4.py
xonsh/ply/test/yacc_error5.py
xonsh/ply/test/yacc_error6.py
xonsh/ply/test/yacc_error7.py
xonsh/ply/test/yacc_inf.py
xonsh/ply/test/yacc_literal.py
xonsh/ply/test/yacc_misplaced.py
xonsh/ply/test/yacc_missing1.py
xonsh/ply/test/yacc_nested.py
xonsh/ply/test/yacc_nodoc.py
xonsh/ply/test/yacc_noerror.py
xonsh/ply/test/yacc_nop.py
xonsh/ply/test/yacc_notfunc.py
xonsh/ply/test/yacc_notok.py
xonsh/ply/test/yacc_prec1.py
xonsh/ply/test/yacc_rr.py
xonsh/ply/test/yacc_rr_unused.py
xonsh/ply/test/yacc_simple.py
xonsh/ply/test/yacc_sr.py
xonsh/ply/test/yacc_term1.py
xonsh/ply/test/yacc_unicode_literals.py
xonsh/ply/test/yacc_unused.py
xonsh/ply/test/yacc_unused_rule.py
xonsh/ply/test/yacc_uprec.py
xonsh/ply/test/yacc_uprec2.py
xonsh/ply/test/pkg_test1/__init__.py
xonsh/ply/test/pkg_test1/parsing/__init__.py
xonsh/ply/test/pkg_test1/parsing/calclex.py
xonsh/ply/test/pkg_test1/parsing/calcparse.py
xonsh/ply/test/pkg_test2/__init__.py
xonsh/ply/test/pkg_test2/parsing/__init__.py
xonsh/ply/test/pkg_test2/parsing/calclex.py
xonsh/ply/test/pkg_test2/parsing/calcparse.py
xonsh/ply/test/pkg_test3/__init__.py
xonsh/ply/test/pkg_test3/generated/__init__.py
xonsh/ply/test/pkg_test3/parsing/__init__.py
xonsh/ply/test/pkg_test3/parsing/calclex.py
xonsh/ply/test/pkg_test3/parsing/calcparse.py
xonsh/ply/test/pkg_test4/__init__.py
xonsh/ply/test/pkg_test4/parsing/__init__.py
xonsh/ply/test/pkg_test4/parsing/calclex.py
xonsh/ply/test/pkg_test4/parsing/calcparse.py
xonsh/ply/test/pkg_test5/__init__.py
xonsh/ply/test/pkg_test5/parsing/__init__.py
xonsh/ply/test/pkg_test5/parsing/calclex.py
xonsh/ply/test/pkg_test5/parsing/calcparse.py
xonsh/ply/test/pkg_test6/__init__.py
xonsh/ply/test/pkg_test6/parsing/__init__.py
xonsh/ply/test/pkg_test6/parsing/calclex.py
xonsh/ply/test/pkg_test6/parsing/calcparse.py
xonsh/ply/test/pkg_test6/parsing/expression.py
xonsh/ply/test/pkg_test6/parsing/statement.py
xonsh/prompt/__amalgam__.py
xonsh/prompt/__init__.py
xonsh/prompt/base.py
xonsh/prompt/cwd.py
xonsh/prompt/env.py
xonsh/prompt/gitstatus.py
xonsh/prompt/job.py
xonsh/prompt/times.py
xonsh/prompt/vc.py
xonsh/ptk2/__init__.py
xonsh/ptk2/completer.py
xonsh/ptk2/history.py
xonsh/ptk2/key_bindings.py
xonsh/ptk2/shell.py
xonsh/ptk_shell/__init__.py
xonsh/ptk_shell/completer.py
xonsh/ptk_shell/formatter.py
xonsh/ptk_shell/history.py
xonsh/ptk_shell/key_bindings.py
xonsh/ptk_shell/shell.py
xonsh/ptk_shell/updator.py
xonsh/vended_ptk/prompt_toolkit/__init__.py
xonsh/vended_ptk/prompt_toolkit/auto_suggest.py
xonsh/vended_ptk/prompt_toolkit/buffer.py
xonsh/vended_ptk/prompt_toolkit/cache.py
xonsh/vended_ptk/prompt_toolkit/data_structures.py
xonsh/vended_ptk/prompt_toolkit/document.py
xonsh/vended_ptk/prompt_toolkit/enums.py
xonsh/vended_ptk/prompt_toolkit/history.py
xonsh/vended_ptk/prompt_toolkit/keys.py
xonsh/vended_ptk/prompt_toolkit/log.py
xonsh/vended_ptk/prompt_toolkit/mouse_events.py
xonsh/vended_ptk/prompt_toolkit/patch_stdout.py
xonsh/vended_ptk/prompt_toolkit/renderer.py
xonsh/vended_ptk/prompt_toolkit/search.py
xonsh/vended_ptk/prompt_toolkit/selection.py
xonsh/vended_ptk/prompt_toolkit/token.py
xonsh/vended_ptk/prompt_toolkit/utils.py
xonsh/vended_ptk/prompt_toolkit/validation.py
xonsh/vended_ptk/prompt_toolkit/win32_types.py
xonsh/vended_ptk/prompt_toolkit/application/__init__.py
xonsh/vended_ptk/prompt_toolkit/application/application.py
xonsh/vended_ptk/prompt_toolkit/application/current.py
xonsh/vended_ptk/prompt_toolkit/application/dummy.py
xonsh/vended_ptk/prompt_toolkit/application/run_in_terminal.py
xonsh/vended_ptk/prompt_toolkit/clipboard/__init__.py
xonsh/vended_ptk/prompt_toolkit/clipboard/base.py
xonsh/vended_ptk/prompt_toolkit/clipboard/in_memory.py
xonsh/vended_ptk/prompt_toolkit/clipboard/pyperclip.py
xonsh/vended_ptk/prompt_toolkit/completion/__init__.py
xonsh/vended_ptk/prompt_toolkit/completion/base.py
xonsh/vended_ptk/prompt_toolkit/completion/filesystem.py
xonsh/vended_ptk/prompt_toolkit/completion/fuzzy_completer.py
xonsh/vended_ptk/prompt_toolkit/completion/nested.py
xonsh/vended_ptk/prompt_toolkit/completion/word_completer.py
xonsh/vended_ptk/prompt_toolkit/contrib/__init__.py
xonsh/vended_ptk/prompt_toolkit/contrib/completers/__init__.py
xonsh/vended_ptk/prompt_toolkit/contrib/completers/system.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/__init__.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/compiler.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/completion.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/lexer.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/regex_parser.py
xonsh/vended_ptk/prompt_toolkit/contrib/regular_languages/validation.py
xonsh/vended_ptk/prompt_toolkit/contrib/ssh/__init__.py
xonsh/vended_ptk/prompt_toolkit/contrib/ssh/server.py
xonsh/vended_ptk/prompt_toolkit/contrib/telnet/__init__.py
xonsh/vended_ptk/prompt_toolkit/contrib/telnet/log.py
xonsh/vended_ptk/prompt_toolkit/contrib/telnet/protocol.py
xonsh/vended_ptk/prompt_toolkit/contrib/telnet/server.py
xonsh/vended_ptk/prompt_toolkit/eventloop/__init__.py
xonsh/vended_ptk/prompt_toolkit/eventloop/async_context_manager.py
xonsh/vended_ptk/prompt_toolkit/eventloop/async_generator.py
xonsh/vended_ptk/prompt_toolkit/eventloop/dummy_contextvars.py
xonsh/vended_ptk/prompt_toolkit/eventloop/inputhook.py
xonsh/vended_ptk/prompt_toolkit/eventloop/utils.py
xonsh/vended_ptk/prompt_toolkit/eventloop/win32.py
xonsh/vended_ptk/prompt_toolkit/filters/__init__.py
xonsh/vended_ptk/prompt_toolkit/filters/app.py
xonsh/vended_ptk/prompt_toolkit/filters/base.py
xonsh/vended_ptk/prompt_toolkit/filters/cli.py
xonsh/vended_ptk/prompt_toolkit/filters/utils.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/__init__.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/ansi.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/base.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/html.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/pygments.py
xonsh/vended_ptk/prompt_toolkit/formatted_text/utils.py
xonsh/vended_ptk/prompt_toolkit/input/__init__.py
xonsh/vended_ptk/prompt_toolkit/input/ansi_escape_sequences.py
xonsh/vended_ptk/prompt_toolkit/input/base.py
xonsh/vended_ptk/prompt_toolkit/input/defaults.py
xonsh/vended_ptk/prompt_toolkit/input/posix_pipe.py
xonsh/vended_ptk/prompt_toolkit/input/posix_utils.py
xonsh/vended_ptk/prompt_toolkit/input/typeahead.py
xonsh/vended_ptk/prompt_toolkit/input/vt100.py
xonsh/vended_ptk/prompt_toolkit/input/vt100_parser.py
xonsh/vended_ptk/prompt_toolkit/input/win32.py
xonsh/vended_ptk/prompt_toolkit/input/win32_pipe.py
xonsh/vended_ptk/prompt_toolkit/key_binding/__init__.py
xonsh/vended_ptk/prompt_toolkit/key_binding/defaults.py
xonsh/vended_ptk/prompt_toolkit/key_binding/digraphs.py
xonsh/vended_ptk/prompt_toolkit/key_binding/emacs_state.py
xonsh/vended_ptk/prompt_toolkit/key_binding/key_bindings.py
xonsh/vended_ptk/prompt_toolkit/key_binding/key_processor.py
xonsh/vended_ptk/prompt_toolkit/key_binding/vi_state.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/__init__.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/auto_suggest.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/basic.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/completion.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/cpr.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/emacs.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/focus.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/mouse.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/named_commands.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/open_in_editor.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/page_navigation.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/scroll.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/search.py
xonsh/vended_ptk/prompt_toolkit/key_binding/bindings/vi.py
xonsh/vended_ptk/prompt_toolkit/layout/__init__.py
xonsh/vended_ptk/prompt_toolkit/layout/containers.py
xonsh/vended_ptk/prompt_toolkit/layout/controls.py
xonsh/vended_ptk/prompt_toolkit/layout/dimension.py
xonsh/vended_ptk/prompt_toolkit/layout/dummy.py
xonsh/vended_ptk/prompt_toolkit/layout/layout.py
xonsh/vended_ptk/prompt_toolkit/layout/margins.py
xonsh/vended_ptk/prompt_toolkit/layout/menus.py
xonsh/vended_ptk/prompt_toolkit/layout/mouse_handlers.py
xonsh/vended_ptk/prompt_toolkit/layout/processors.py
xonsh/vended_ptk/prompt_toolkit/layout/screen.py
xonsh/vended_ptk/prompt_toolkit/layout/utils.py
xonsh/vended_ptk/prompt_toolkit/lexers/__init__.py
xonsh/vended_ptk/prompt_toolkit/lexers/base.py
xonsh/vended_ptk/prompt_toolkit/lexers/pygments.py
xonsh/vended_ptk/prompt_toolkit/output/__init__.py
xonsh/vended_ptk/prompt_toolkit/output/base.py
xonsh/vended_ptk/prompt_toolkit/output/color_depth.py
xonsh/vended_ptk/prompt_toolkit/output/conemu.py
xonsh/vended_ptk/prompt_toolkit/output/defaults.py
xonsh/vended_ptk/prompt_toolkit/output/vt100.py
xonsh/vended_ptk/prompt_toolkit/output/win32.py
xonsh/vended_ptk/prompt_toolkit/output/windows10.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/__init__.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/dialogs.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/prompt.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/utils.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/progress_bar/__init__.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/progress_bar/base.py
xonsh/vended_ptk/prompt_toolkit/shortcuts/progress_bar/formatters.py
xonsh/vended_ptk/prompt_toolkit/styles/__init__.py
xonsh/vended_ptk/prompt_toolkit/styles/base.py
xonsh/vended_ptk/prompt_toolkit/styles/defaults.py
xonsh/vended_ptk/prompt_toolkit/styles/named_colors.py
xonsh/vended_ptk/prompt_toolkit/styles/pygments.py
xonsh/vended_ptk/prompt_toolkit/styles/style.py
xonsh/vended_ptk/prompt_toolkit/styles/style_transformation.py
xonsh/vended_ptk/prompt_toolkit/widgets/__init__.py
xonsh/vended_ptk/prompt_toolkit/widgets/base.py
xonsh/vended_ptk/prompt_toolkit/widgets/dialogs.py
xonsh/vended_ptk/prompt_toolkit/widgets/menus.py
xonsh/vended_ptk/prompt_toolkit/widgets/toolbars.py
xonsh/vended_ptk/wcwidth/__init__.py
xonsh/vended_ptk/wcwidth/table_wide.py
xonsh/vended_ptk/wcwidth/table_zero.py
xonsh/vended_ptk/wcwidth/unicode_versions.py
xonsh/vended_ptk/wcwidth/wcwidth.py
xonsh/webconfig/__init__.py
xonsh/webconfig/__main__.py
xonsh/webconfig/index.html
xonsh/webconfig/main.py
xonsh/webconfig/js/LICENSE-bootstrap
xonsh/webconfig/js/app.min.js
xonsh/webconfig/js/bootstrap.min.css
xonsh/xoreutils/__init__.py
xonsh/xoreutils/_which.py
xonsh/xoreutils/cat.py
xonsh/xoreutils/echo.py
xonsh/xoreutils/pwd.py
xonsh/xoreutils/tee.py
xonsh/xoreutils/tty.py
xonsh/xoreutils/ulimit.py
xonsh/xoreutils/umask.py
xonsh/xoreutils/uptime.py
xonsh/xoreutils/util.py
xonsh/xoreutils/which.py
xonsh/xoreutils/yes.py
xontrib/abbrevs.py
xontrib/autovox.py
xontrib/bashisms.py
xontrib/coreutils.py
xontrib/distributed.py
xontrib/free_cwd.py
xontrib/jedi.xsh
xontrib/mpl.py
xontrib/mplhooks.py
xontrib/pdb.py
xontrib/prompt_ret_code.xsh
xontrib/vox.py
xontrib/voxapi.py
xontrib/whole_word_jumping.py