AUTHORS.rst
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_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_jobs.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_parser.py
tests/test_pipelines.py
tests/test_platform.py
tests/test_pretty.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_readline_shell.py
tests/test_shell.py
tests/test_tools.py
tests/test_tracer.py
tests/test_virtualenv_activator.py
tests/test_wizard.py
tests/test_xonfig.py
tests/test_xonsh.xsh
tests/test_xontribs.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/hello_world.bat
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_gh.py
tests/completers/test_path_completers.py
tests/completers/test_pip_completer.py
tests/completers/test_python.py
tests/completers/test_xompletions.py
tests/histories/echo.json
tests/histories/simple-python.json
tests/man1/man.1.gz
tests/man1/yes.1.gz
tests/procs/__init__.py
tests/procs/test_specs.py
tests/prompt/test_base.py
tests/prompt/test_cwd.py
tests/prompt/test_gitstatus.py
tests/prompt/test_job.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/xoreutils/test_cat.py
tests/xoreutils/test_uname.py
tests/xoreutils/test_uptime.py
tests/xoreutils/test_which.py
tests/xpack/__init__.py
tests/xpack/empty_xsh.xsh
tests/xpack/relimp.xsh
tests/xpack/sample.xsh
tests/xpack/sub/__init__.py
tests/xpack/sub/sample.xsh
xompletions/_xonsh.py
xompletions/cd.py
xompletions/gh.py
xompletions/pip.py
xompletions/rmdir.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/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/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.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/__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/imports.py
xonsh/completers/init.py
xonsh/completers/man.py
xonsh/completers/path.py
xonsh/completers/python.py
xonsh/completers/tools.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/modules.py
xonsh/lib/os.py
xonsh/lib/subprocess.py
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/__init__.py
xonsh/procs/pipelines.py
xonsh/procs/posix.py
xonsh/procs/proxies.py
xonsh/procs/readers.py
xonsh/procs/specs.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/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/pytest/__init__.py
xonsh/pytest/plugin.py
xonsh/pytest/tools.py
xonsh/virtualenv/__init__.py
xonsh/virtualenv/activate.xsh
xonsh/webconfig/__init__.py
xonsh/webconfig/__main__.py
xonsh/webconfig/file_writes.py
xonsh/webconfig/index.html
xonsh/webconfig/main.py
xonsh/webconfig/routes.py
xonsh/webconfig/tags.py
xonsh/webconfig/xonsh_data.py
xonsh/webconfig/js/LICENSE-bootstrap
xonsh/webconfig/js/bootstrap.min.css
xonsh/webconfig/js/xonsh_sticker_mini.png
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/uname.py
xonsh/xoreutils/uptime.py
xonsh/xoreutils/util.py
xonsh/xoreutils/which.py
xonsh/xoreutils/yes.py
xontrib/coreutils.py