AUTHORS.rst
CHANGELOG.rst
MANIFEST.in
README.rst
amalgamate.py
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_cli_utils.py
tests/test_color_tools.py
tests/test_commands_cache.py
tests/test_completer.py
tests/test_completion_context.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_dummy.py
tests/test_history_json.py
tests/test_history_sqlite.py
tests/test_imphooks.py
tests/test_integrations.py
tests/test_jsonutils.py
tests/test_jupyter_kernel.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_pipelines.py
tests/test_platform.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_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_completer_alias.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_base_completer.py
tests/completers/test_bash_completer.py
tests/completers/test_command_completers.py
tests/completers/test_completer_command.py
tests/completers/test_dir_completers.py
tests/completers/test_environment_completer.py
tests/completers/test_pip_completer.py
tests/completers/test_xompletions.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/procs/__init__.py
tests/procs/test_specs.py
tests/procs/tools.py
tests/prompt/test_base.py
tests/prompt/test_gitstatus.py
tests/prompt/test_vc.py
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_abbrevs.py
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/cli_utils.py
xonsh/codecache.py
xonsh/color_tools.py
xonsh/commands_cache.py
xonsh/completer.py
xonsh/completion_parser_table.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.py
xonsh/xontribs_meta.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/environment.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/completion_context.py
xonsh/parsers/context_check.py
xonsh/parsers/fstring_adaptor.py
xonsh/parsers/v310.py
xonsh/parsers/v36.py
xonsh/parsers/v38.py
xonsh/parsers/v39.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/procs/__amalgam__.py
xonsh/procs/__init__.py
xonsh/procs/pipelines.py
xonsh/procs/posix.py
xonsh/procs/proxies.py
xonsh/procs/readers.py
xonsh/procs/specs.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/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.py
xontrib/mpl.py
xontrib/mplhooks.py
xontrib/pdb.py
xontrib/prompt_ret_code.py
xontrib/vox.py
xontrib/voxapi.py
xontrib/whole_word_jumping.py
xontrib/xog.py