Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

xonsh-0.22.8-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: xonsh Distribution: openSUSE Tumbleweed
Version: 0.22.8 Vendor: openSUSE
Release: 1.1 Build date: Thu Mar 26 09:31:49 2026
Group: Development/Languages/Python Build host: reproducible
Size: 7290557 Source RPM: xonsh-0.22.8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://xon.sh/
Summary: A general purpose, Python-powered shell
xonsh is a Python-powered, Unix-gazing shell language and command prompt. The language is a superset of Python 3.5+ with additional shell primitives. xonsh (pronounced conch) is meant for the daily use of experts and novices alike.

Provides

Requires

License

BSD-2-Clause AND BSD-3-Clause

Changelog

* Thu Mar 26 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.22.8:
    * **ptk:** make `tempfile_suffix` ".xsh" for `open_in_editor`
    * Clean tests output
    * Fix test_indir stability
    * Fix unstable tests (test_trace_in_script,
      test_callable_alias_no_bad_file_descriptor)
    * Use `python -m xonsh` to run integration tests
    * Using dummy history by default in tests
    * **alias_return_command:** Better error message in case of
      wrong return
    * Fix tests that fail on NixOS
    * **test_environ:** Fix test_environ failing in case of
      UPDATE_OS_ENVIRON=True globally
    * Additional fix of coreutils support for NixOS
    * Added useful command decorators: `@lines`, `@json`, `@jsonl`,
      `@yaml`
    * **completion:** Fix os.path.commonprefix deprecation warning
      in python3.15
    * Increase `@$()` stability and now it is also working in case
      of `$THREAD_SUBPROCS=False`
    * **predictor:** Fix predict_threadable to properly handle
      symlinks, especially on NixOS
    * **prompt:** Keep original key_bindings in prompt-toolkit
      shell to easy add new key bindings during session
    * replace 12 bare except clauses with except Exception
    * **executor:** Fixed issue with running script without ext and
      shebang
    * **xontrib:** Fix xontrib list iter_paths to handle None spec
      and locations
    * **builtin:** Added `@.history` as a shortcut to
      `__xonsh__.history`
    * **environ:** Ability to run xonsh from existing xonsh session
      but with origin environment
    * **environ:** Added shortcut `xonsh -DVAR` to inherit `VAR` as
      alternative to `xonsh -DVAR=$VAR`
    * **events:** Now `on_envvar_change` event is working for
      EnvPath variables e.g. PATH.
    * **prompt:** Added $XONSH_PROMPT_NEXT_CMD_SUGGESTION to set
      the text of the next command suggestion
    * **xcontext:** Report current xonsh session executable in
      `xcontext`
    * **docs:** Update ErrorString import handling in cmdhelp.py
    * Fixed `xcontext` error in case `xpip` has complex command
    * **mamba-installer:** Rename xmamba to xmamba.xsh
    * prevent stripping r except leading ones of r-strings
    * **procs:** Fix ioctl windowsize buffer size to reduce issues
      in the future python 3.14
    * Raise an error in case of redirect without command
    * Revert "Fix for completer issue with file name containing
      backslash" because of a regress
    * **startup:** Fix crash on built-in readline, print
      compatibility message on uv pythons
* Sun Jan 18 2026 Sebastian Wagner <sebix@sebix.at>
  - Update to version 0.22.1:
    - Features
    - Added expanding aliases to `showcmd` command using `-e` argument ([#6041](https://github.com/xonsh/xonsh/issues/6041)) ([5b706d4](https://github.com/xonsh/xonsh/commit/5b706d493e6deb4cd2b6935a56495547b558d083))
    - **prompt:** Added XONSH_PROMPT_NEXT_CMD to set the text of the next command that will be inserted in the next prompt ([#6037](https://github.com/xonsh/xonsh/issues/6037)) ([8a04bad](https://github.com/xonsh/xonsh/commit/8a04bad17ad38848e75c7b7f320111e9399c6c28))
    - Bug Fixes
    - **appimage:** Fixed `xpy` value in `xcontext` in xonsh AppImage ([#6033](https://github.com/xonsh/xonsh/issues/6033)) ([5f27c06](https://github.com/xonsh/xonsh/commit/5f27c06aa3f9423701586252bdbbfce7d34ba6e7))
    - **source-foreign:** Quote pathnames when sourcing a foreign function ([#6014](https://github.com/xonsh/xonsh/issues/6014)) ([818b19a](https://github.com/xonsh/xonsh/commit/818b19a5fac0c1b1407e2f497f37f895c8187534))
    - **xoreutils:** Added KeyboardInterrupt handling in xoreutils yes command ([#6012](https://github.com/xonsh/xonsh/issues/6012)) ([cb71a8d](https://github.com/xonsh/xonsh/commit/cb71a8d06b12fd71d4b1c87f4f9f516802f6e5f1))
    - Documentation
    - add showcmd mention ([54e2898](https://github.com/xonsh/xonsh/commit/54e2898e0847b3c3fbd7f7b28acb525841771e08))
    - Add xonsh install script ([#6046](https://github.com/xonsh/xonsh/issues/6046)) ([d044dc4](https://github.com/xonsh/xonsh/commit/d044dc41cb1711de704855f3ba4b0bb4954660e4))
    - platform guide micro fix ([93dd54e](https://github.com/xonsh/xonsh/commit/93dd54eb06522c83f23a01679b379c4ad4f8d0e4))
    - Refactor xonsh installation process description ([#6029](https://github.com/xonsh/xonsh/issues/6029)) ([3770165](https://github.com/xonsh/xonsh/commit/3770165220f121cb3fa822c5671c51633bfa9033))
* Thu Jan 01 2026 Sebastian Wagner <sebix@sebix.at>
  - Update to version 0.22.0:
    - ⚠ BREAKING CHANGES
    - Remove aliases `ipynb`, `scp-resume` from builtin aliases and rename `xonsh-reset` to `xreset` ([#5992](https://github.com/xonsh/xonsh/issues/5992))
    - Features
    - added `xpython` and `xсontext` builtin aliases ([#5989](https://github.com/xonsh/xonsh/issues/5989)) ([4382735](https://github.com/xonsh/xonsh/commit/43827358d205855c6c1c68bed138d656f3657bc3))
    - **events:** added `events.handlers()` to get info about registered event handlers and also `events.__repr__` to just `print(events)`. ([#5994](https://github.com/xonsh/xonsh/issues/5994)) ([166a1a6](https://github.com/xonsh/xonsh/commit/166a1a6a826669a24ae5df7a69193fa7bd1604c5))
    - Bug Fixes
    - allow spaces in auto-suggest completions ([#5993](https://github.com/xonsh/xonsh/issues/5993)) ([4332701](https://github.com/xonsh/xonsh/commit/4332701179c06d7a7ce2853043271eb1aa2e3214))
    - docs publish ([#5985](https://github.com/xonsh/xonsh/issues/5985)) ([e666ea9](https://github.com/xonsh/xonsh/commit/e666ea9674d8715bf6e7e6b38f8d2cbfbeb9e284))
    - **history:** Using absolute path to history file to prevent downstream issues ([#6002](https://github.com/xonsh/xonsh/issues/6002)) ([f1501b2](https://github.com/xonsh/xonsh/commit/f1501b257ce8ec40c10006c763321577bf5550fe))
    - Documentation
    - add description and examples for `@.env.register` ([#5990](https://github.com/xonsh/xonsh/issues/5990)) ([9ce5d5d](https://github.com/xonsh/xonsh/commit/9ce5d5d3d58b00b642856f4dc48dbac9b25f63c1))
    - Update tutorial to replace prompt ([#6007](https://github.com/xonsh/xonsh/issues/6007)) ([3260b77](https://github.com/xonsh/xonsh/commit/3260b77ab4d4d8fa2dc5fb61e7509a0a7eaaa9bc))
    - Update xonsh logo in the docs ([#6004](https://github.com/xonsh/xonsh/issues/6004)) ([dbeb276](https://github.com/xonsh/xonsh/commit/dbeb27688bdbbd5efd6ffcc246ce4181df4f66bc))
    - Code Refactoring
    - Remove aliases `ipynb`, `scp-resume` from builtin aliases and rename `xonsh-reset` to `xreset` ([#5992](https://github.com/xonsh/xonsh/issues/5992)) ([df3ff49](https://github.com/xonsh/xonsh/commit/df3ff497e9e73dbc3a1e86c6f14ad7e5e57bccaa))
  - Update to version 0.21.2:
    - Bug Fixes
    - appimage upload to release ([#5982](https://github.com/xonsh/xonsh/issues/5982)) ([7965b1f](https://github.com/xonsh/xonsh/commit/7965b1ffef2d934484a121a39bf7f789b3c22e0b))
  - Update to version 0.21.1:
    - Bug Fixes
    - conditional checks for docs deployment ([#5980](https://github.com/xonsh/xonsh/issues/5980)) ([addaffe](https://github.com/xonsh/xonsh/commit/addaffe986e006b9615091d6c7863e618edad5a0))
  - Update to version 0.21.0:
    - ⚠ BREAKING CHANGES
    - `$AUTO_SUGGEST` is now deprecated in favour of `$XONSH_PROMPT_AUTO_SUGGEST`
    - Features
    - Added `@` as a global object that provides easy access to `@.env`, `@. lastcmd ` and `@.imp`(inline-imports) ([#5956](https://github.com/xonsh/xonsh/issues/5956)) ([64e3a3c](https://github.com/xonsh/xonsh/commit/64e3a3c467e1b2a42083e5c2dae0dbd9e0910087))
    - added support for multiline shebang (guix fixed) ([#5957](https://github.com/xonsh/xonsh/issues/5957)) ([e9e0055](https://github.com/xonsh/xonsh/commit/e9e0055c6cd5fd867c4268fa311d098e81d2beeb))
    - added support for using a p-string as a context manager to temporarily change the working directory (e.g., with p'~/test'.mkdir().cd(): $[pwd]) ([d9a14c1](https://github.com/xonsh/xonsh/commit/d9a14c1f8c38d3e66c15a9ff39678b3f14893313))
    - allow on_command_not_found handlers to return replacement commands ([#5952](https://github.com/xonsh/xonsh/issues/5952)) ([#5962](https://github.com/xonsh/xonsh/issues/5962)) ([14d9686](https://github.com/xonsh/xonsh/commit/14d9686b3f82d72749700a07b6da9f95c6959308))
    - Bug Fixes
    - allow numerical tokens in environment variable references ([#5891](https://github.com/xonsh/xonsh/issues/5891)) ([9ae6911](https://github.com/xonsh/xonsh/commit/9ae69117c65c305ef2511fe6a66e6965f01d174c))
    - expand `~`(User's home path) in `xonsh.tools.chdir` function ([#5969](https://github.com/xonsh/xonsh/issues/5969)) ([192248a](https://github.com/xonsh/xonsh/commit/192248a0571a8a1dfa57e4bb7ac5fd784cad6a9f))
    - Update tutorial example for piping into an alias ([#5955](https://github.com/xonsh/xonsh/issues/5955)) ([07d4334](https://github.com/xonsh/xonsh/commit/07d43341b981c251049855f04edaa025a4f1b1b7))
    - Documentation
    - Add verification file for ads.fund project ([#5946](https://github.com/xonsh/xonsh/issues/5946)) ([2482f06](https://github.com/xonsh/xonsh/commit/2482f06ef042d8a47f175e1eab45d6af4c9dcd0d))
    - Update tutorial to reduce `${...}` accent ([#5975](https://github.com/xonsh/xonsh/issues/5975)) ([e229ea5](https://github.com/xonsh/xonsh/commit/e229ea555cd53902b3cc72033b6a25111fde6a55))
    - Code Refactoring
    - `$AUTO_SUGGEST` is now deprecated in favour of `$XONSH_PROMPT_AUTO_SUGGEST` ([1e5bda4](https://github.com/xonsh/xonsh/commit/1e5bda4402f4f3257b1aa68b01cb22a8c6c4b485))
  - Update to version 0.20.0:
    - ⚠ BREAKING CHANGES
    - drop support for Python versions below 3.11
    - auto-load xontribs after loading RC files ([#5873](https://github.com/xonsh/xonsh/issues/5873))
    - Features
    - Allow sourcing files with different extensions ([#5938](https://github.com/xonsh/xonsh/issues/5938)) ([296a683](https://github.com/xonsh/xonsh/commit/296a6831e11380b37564f27e118629b78a19cfb9))
    - allow specifying special files as scripts ([d487f06](https://github.com/xonsh/xonsh/commit/d487f06f9ded99039dd2bce35b807fa48213f76f))
    - Allow specifying special files as scripts ([#5886](https://github.com/xonsh/xonsh/issues/5886)) ([d487f06](https://github.com/xonsh/xonsh/commit/d487f06f9ded99039dd2bce35b807fa48213f76f))
    - **completers:** add completion for inline xonsh importer ([#5917](https://github.com/xonsh/xonsh/issues/5917)) ([e10a3aa](https://github.com/xonsh/xonsh/commit/e10a3aae5f2aa64bf140f8bfb4c75acfb7e8fc98))
    - Keep hash (`#`) if it's part of the string in subprocess commands ([#5941](https://github.com/xonsh/xonsh/issues/5941)) ([2757a9a](https://github.com/xonsh/xonsh/commit/2757a9a79fe5c5854b60339d1ea99f12ceb1447c))
    - Bug Fixes
    - ensure PATH is EnvPath when using --no-env flag ([#5870](https://github.com/xonsh/xonsh/issues/5870)) ([#5903](https://github.com/xonsh/xonsh/issues/5903)) ([c73d599](https://github.com/xonsh/xonsh/commit/c73d599751d14c75aca15400fb3bfe21997a45a3))
    - filter escape sequences after decoding in captured stdout and stderr ([#5939](https://github.com/xonsh/xonsh/issues/5939)) ([#5940](https://github.com/xonsh/xonsh/issues/5940)) ([9df5cce](https://github.com/xonsh/xonsh/commit/9df5ccedf00c8114225625974db11f4fe58b320a))
    - map Name.Builtin to Color.GREEN when undefined ([#5908](https://github.com/xonsh/xonsh/issues/5908)) ([9a23e2e](https://github.com/xonsh/xonsh/commit/9a23e2ef40fce2f946bd01b2a9fc6855940ecc36))
    - missing docstring for argument "verbose" of xontribs_unload and xontribs_reload ([#5922](https://github.com/xonsh/xonsh/issues/5922)) ([97265ed](https://github.com/xonsh/xonsh/commit/97265edffc6ad1084644ca5d3e2f1844904a13a0))
    - remove redundant "command not found" ([#5915](https://github.com/xonsh/xonsh/issues/5915)) ([2db28a0](https://github.com/xonsh/xonsh/commit/2db28a0836374ad44e2ba34c5760b3353e06df67))
    - Update release-please-config.json ([4c21211](https://github.com/xonsh/xonsh/commit/4c21211272f1a03e6b8ffc5f3307a1f9dafccfbd))
    - Documentation
    - update devguide ([911a2f8](https://github.com/xonsh/xonsh/commit/911a2f84e6d25dd82c8a4957bb966a80a8d3f244))
    - update devguide ([eabf298](https://github.com/xonsh/xonsh/commit/eabf298c80e150faf76309c16eba735d4dd8b417))
    - update hardlink to external site ([41b4c85](https://github.com/xonsh/xonsh/commit/41b4c851cb5c024c0ad94012b11b0c7a2da2985f))
    - update TOC to include top level titles ([e21a326](https://github.com/xonsh/xonsh/commit/e21a326705d0317dd0218bf373b3ebbb5cc9f261))
    - use soft-links for external docs ([1a49358](https://github.com/xonsh/xonsh/commit/1a4935820b72848072ba6d3eebd704fe8cacb432))
    - use sphinx-autobuild for live reloaded docs ([174d2d8](https://github.com/xonsh/xonsh/commit/174d2d8551d3539c7f19c41c36c413b217d5f50d))
    - Code Refactoring
    - auto-load xontribs after loading RC files ([#5873](https://github.com/xonsh/xonsh/issues/5873)) ([bf4770a](https://github.com/xonsh/xonsh/commit/bf4770a0181f7019a695508cc05911d705a58d83))
    - drop support for Python versions below 3.11 ([02f0ec4](https://github.com/xonsh/xonsh/commit/02f0ec47423af6e810ed7cb1699dde05e3e2bc34))
  - Update to version 0.19.9:
    - Bug Fixes
    - Update release-please.yml ([505a3a7](https://github.com/xonsh/xonsh/commit/505a3a7288f2840975265922a543e6296f6870de))
* Wed Jun 25 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Use pyproject macros to build and install.
* Tue Jun 24 2025 Sebastian Wagner <sebix@sebix.at>
  - Update to version 0.19.8:
    * Bug Fixes
    * ci update
    * pypi wheel checking
    * update publish
  - Update to version 0.19.6:
    * Bug Fixes
    * upload releases to PyPI
  - Update to version 0.19.5:
    * Features
    * #5745 - send Ctrl+C event on Windows instead of forceful terminate
    * completion: Accept single completion in VI MODE using `Ctrl+]`
    * New experimental Rust based parser for xonsh
    * Bug Fixes
    * don't skip history items when running full history pull after session-specific pull
    * Performance Improvements
    * Disable double check is_file on Windows systems to speedup IO
    * Documentation
    * Add missing bash conversion example
* Fri May 02 2025 Dirk Müller <dmueller@suse.com>
  - update to 0.19.4:
    * Updated bash_completion.py from archived xonsh/py-bash-
      completion repo
    * Using trace on with .xsh scripts could previously lead to a
      spurious ignored exception showing up on stderr. This is now
      fixed.
    * bash_completion: Fixed empty line in completion result
      (https://github.com/xonsh/py-bash-completion/pull/21).
    * pipelines: fixed 'NoneType' object has no attribute 'pid'
      exception (#5794).
    * The history delete action on the sqlite backend used to pass
      matched history lines to a SQL statement without
      sanitization. This could lead to unexpected SQL being run on
      the history database. This is now fixed. Security risk: low.
* Mon Feb 24 2025 Alexey Kolos <lioli7k@gmail.com>
  - fix use python3-base during build
    * full python3 is needed only during runtime.
* Mon Feb 17 2025 Alexey Kolos <lioli7k@gmail.com>
  - fix missing readline
    * depend on python3 instead of python3-base
* Mon Feb 17 2025 Alexey Kolos <lioli7k@gmail.com>
  - update to 0.19.2:
    * env: add $XONSH_PROMPT_CURSOR_SHAPE for configuring prompt
      cursor shape.
    * env: Added XONSH_CONFIG_DIR, XONSH_DATA_DIR and
      XONSH_CACHE_DIR.
    * SIGHUP will now be forwarded to child processes when received
      by the main xonsh process. This matches the behavior of other
      shells e.g. bash.
    * Documented the fact that the on_postcommand event only fires in
      interactive mode.
    * history: Added and documented --session-id parameter for
      history pull command.
    * history-json: Implemented history pull for JSON history
      backend.
    * Running a subcommand in an event handler will no longer block
      xonsh from exiting.
    * history: Prevented history pull command from adding consecutive
      duplicates to propmter history.
    * prompt toolkit: Fixed autosuggest sometimes not updating when
      up-arrow is pressed (#5787).
    * Subprocess-based completions like xontrib-fish-completer
      <https://github.com/xonsh/xontrib-fish-completer>_ no longer
      append a space if the single available completion ends with a
      directory separator. This is consistent with the behavior of
      the default completer.
* Sun Apr 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.16.0:
    * Square brackets can now be used in command arguments without
      quotes (e.g. echo a[b])
    * Add XONSH_BASH_PATH_OVERRIDE option (off-by-default) to
      override what is returned by xonsh.platform.bash_command.
    * Added PATH.prepend(path) to add path to the beginning.
    * Xonsh AppImage now on Python 3.12 that works faster.
    * Xonsh AppImage: pinned prompt-toolkit version until fix
      upstream issue.
    * Builtin aliases (xontrib, history) switched to threadable
      mode.
    * EnvPath methods (append, remove, add, insert) prepare the
      path before action.
    * Replaced black formatter with ruff-format
    * source_foreign_fn now does not run subshells in interactive
      mode, so associated RC files like zshrc and bashrc will not
      be auto-loaded on sourcing.
    * Removed usage of deprecated cgi module
    * Removed ArgParserAlias.hook_pre_add_argument,
      ArgParserAlias.hook_post_add_argument. Please use custom
      action instead to modify the argument options.
    * Removed deprecated module xonsh.proc
    * Fixed an issue with completions when using absolute paths to
      commands and having $UPDATE_COMPLETIONS_ON_KEYPRESS set to
      True. https://github.com/xonsh/xonsh/issues/5127
    * Jobs: fixed "index out of range" exception.
    * Expressions like 2>1 are now parsed correctly as Python code
      instead of being treated like special io-redirection
      operators.
    * Redirect tokens in quotes (e.g. ">", "2>", "2>1") are now
      correctly passed to commands as regular arguments.
    * Fixed NotADirectoryError during load dircolors.
    * Fixed a bug that caused xonfig web to overwrite its own
      configuration file. See
      https://github.com/xonsh/xonsh/issues/5297
    * If an error is encountered while loading the xonshrc file,
      the traceback is now output as plain text rather than as a
      list of Tokens
* Sun Mar 17 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.15.1:
    * pytest: Fix pytest collection starting at pytest>=8.1.0
    * Updated docs to reflect VS Code support for xonsh as the
      user's default shell.
    * Pinned prompt-toolkit version 3.0.29-3.0.40 to workaround
      upstream issue. More info in issue 5241.
* Sun Jan 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.14.4:
    * System clipboard can be fully disabled using
      $XONSH_USE_SYSTEM_CLIPBOARD.
    * xonsh now adds the user site packages directory to sys.path
      where required for proper xontrib discovery
    * history: fix json file permissions upon sudo
    * Correctly parse multi line foreign aliases
    * Upgrade Python version at the introduction
* Thu Sep 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.14.1:
    * Added ``history delete`` command to both the JSON and SQLite
      history backends allowing users to delete commands from
      history that matches a pattern.
    * Added preliminary support for Python v3.12
    * Always load rc files except that --norc is passed.
    * Unset the default line continuation environment variables
      (``$MULTILINE_PROMPT_PRE`` and ``$MULTILINE_PROMPT_POS``) to
      allow differentiating between user setting an empty value and
      not setting anything
    * Dropped support for Python v3.8
    * This change fixes issue #4855, that is, rc files will be
      loaded in non-interactive mode.
* Mon Jun 26 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.14.0:
    * key_bindings: map `escape-f` as another word completer for macOS
    * Added ``history pull`` command to SQLite history backend to pull
      the history from parallel sessions and add to the current
      session.
    * Add support for `Semantic Prompt for line continuations in
      multiline prompts via two environment variables:
      ``$MULTILINE_PROMPT_PRE``  and ``$MULTILINE_PROMPT_POS``
      (e.g., ``\x01\x1b]133;B\x07\x02``) that are inserted
      before/after each continuation line 'dots' block to mark input
    * Wheels for Python 3.11 are part of the automated release action
    * Added ``chdir`` to ``xonsh.tools``. This allows to use
      ``with chdir("dir"):`` to run commands block in the certain
      directory without manually cd-ing.
    * Display the current branch of Fossil VCS checkouts in the prompt,
      similar to git and hg.
    * Added link to xonsh on Mastodon - https://mastodon.online/@xonsh
    * xontrib load: added option ``-s`` to skip warning about not
      installed xontribs.
    * Altered documentation for xonshrc to remove Python REPL prompts
      so that you can copy the code without having to edit it.
    * xonsh AppImage - bumped python to 3.11
    * The prompt end character switched to ``@``.
    * The `command not found` error will show the ``repr(cmd)``
      to uncover the cases when the command name has ``\n``, ``\t``
      or not visible color codes and raises the error.

Files

/usr/bin/xonsh
/usr/bin/xonsh-cat
/usr/bin/xonsh-uname
/usr/bin/xonsh-uptime
/usr/lib/python3.13/site-packages/xompletions
/usr/lib/python3.13/site-packages/xompletions/__pycache__
/usr/lib/python3.13/site-packages/xompletions/__pycache__/_xonsh.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/_xonsh.cpython-313.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/cd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/cd.cpython-313.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/gh.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/gh.cpython-313.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/pip.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/pip.cpython-313.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/rmdir.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xompletions/__pycache__/rmdir.cpython-313.pyc
/usr/lib/python3.13/site-packages/xompletions/_xonsh.py
/usr/lib/python3.13/site-packages/xompletions/cd.py
/usr/lib/python3.13/site-packages/xompletions/gh.py
/usr/lib/python3.13/site-packages/xompletions/pip.py
/usr/lib/python3.13/site-packages/xompletions/rmdir.py
/usr/lib/python3.13/site-packages/xonsh
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/METADATA
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/RECORD
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/WHEEL
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/licenses
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/licenses/AUTHORS.rst
/usr/lib/python3.13/site-packages/xonsh-0.22.8.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/xonsh/__init__.py
/usr/lib/python3.13/site-packages/xonsh/__main__.py
/usr/lib/python3.13/site-packages/xonsh/__pycache__
/usr/lib/python3.13/site-packages/xonsh/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/aliases.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/aliases.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/ansi_colors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/ansi_colors.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/built_ins.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/built_ins.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/cli_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/cli_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/codecache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/codecache.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/color_tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/color_tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/commands_cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/commands_cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/completer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/completer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/completion_parser_table.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/completion_parser_table.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/contexts.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/contexts.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/dirstack.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/dirstack.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/environ.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/environ.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/events.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/events.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/execer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/execer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/foreign_shells.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/foreign_shells.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/imphooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/imphooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyasd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyasd.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyimps.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyimps.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyjson.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/lazyjson.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/main.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/parser_table.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/parser_table.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/platform.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/platform.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/pyghooks.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/pyghooks.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/pygments_cache.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/pygments_cache.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/style_tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/style_tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/timings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/timings.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/tracer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/tracer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/wizard.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/wizard.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/xonfig.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/xonfig.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/xontribs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/__pycache__/xontribs.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/aliases.py
/usr/lib/python3.13/site-packages/xonsh/ansi_colors.py
/usr/lib/python3.13/site-packages/xonsh/api
/usr/lib/python3.13/site-packages/xonsh/api/__init__.py
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/os.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/os.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/subprocess.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/api/__pycache__/subprocess.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/api/os.py
/usr/lib/python3.13/site-packages/xonsh/api/subprocess.py
/usr/lib/python3.13/site-packages/xonsh/built_ins.py
/usr/lib/python3.13/site-packages/xonsh/cli_utils.py
/usr/lib/python3.13/site-packages/xonsh/codecache.py
/usr/lib/python3.13/site-packages/xonsh/color_tools.py
/usr/lib/python3.13/site-packages/xonsh/commands_cache.py
/usr/lib/python3.13/site-packages/xonsh/completer.py
/usr/lib/python3.13/site-packages/xonsh/completers
/usr/lib/python3.13/site-packages/xonsh/completers/__init__.py
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/_aliases.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/_aliases.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/bash.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/bash.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/bash_completion.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/bash_completion.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/commands.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/commands.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/completer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/completer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/dirs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/dirs.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/environment.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/environment.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/imports.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/imports.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/init.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/init.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/man.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/man.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/path.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/path.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/python.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/python.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/__pycache__/tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/completers/_aliases.py
/usr/lib/python3.13/site-packages/xonsh/completers/base.py
/usr/lib/python3.13/site-packages/xonsh/completers/bash.py
/usr/lib/python3.13/site-packages/xonsh/completers/bash_completion.py
/usr/lib/python3.13/site-packages/xonsh/completers/commands.py
/usr/lib/python3.13/site-packages/xonsh/completers/completer.py
/usr/lib/python3.13/site-packages/xonsh/completers/dirs.py
/usr/lib/python3.13/site-packages/xonsh/completers/environment.py
/usr/lib/python3.13/site-packages/xonsh/completers/imports.py
/usr/lib/python3.13/site-packages/xonsh/completers/init.py
/usr/lib/python3.13/site-packages/xonsh/completers/man.py
/usr/lib/python3.13/site-packages/xonsh/completers/path.py
/usr/lib/python3.13/site-packages/xonsh/completers/python.py
/usr/lib/python3.13/site-packages/xonsh/completers/tools.py
/usr/lib/python3.13/site-packages/xonsh/completion_parser_table.py
/usr/lib/python3.13/site-packages/xonsh/contexts.py
/usr/lib/python3.13/site-packages/xonsh/dirstack.py
/usr/lib/python3.13/site-packages/xonsh/environ.py
/usr/lib/python3.13/site-packages/xonsh/events.py
/usr/lib/python3.13/site-packages/xonsh/execer.py
/usr/lib/python3.13/site-packages/xonsh/foreign_shells.py
/usr/lib/python3.13/site-packages/xonsh/history
/usr/lib/python3.13/site-packages/xonsh/history/__init__.py
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/diff_history.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/diff_history.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/dummy.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/dummy.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/json.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/json.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/main.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/sqlite.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/history/__pycache__/sqlite.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/history/base.py
/usr/lib/python3.13/site-packages/xonsh/history/diff_history.py
/usr/lib/python3.13/site-packages/xonsh/history/dummy.py
/usr/lib/python3.13/site-packages/xonsh/history/json.py
/usr/lib/python3.13/site-packages/xonsh/history/main.py
/usr/lib/python3.13/site-packages/xonsh/history/sqlite.py
/usr/lib/python3.13/site-packages/xonsh/imphooks.py
/usr/lib/python3.13/site-packages/xonsh/lazyasd.py
/usr/lib/python3.13/site-packages/xonsh/lazyimps.py
/usr/lib/python3.13/site-packages/xonsh/lazyjson.py
/usr/lib/python3.13/site-packages/xonsh/lib
/usr/lib/python3.13/site-packages/xonsh/lib/__init__.py
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/collections.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/collections.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/inspectors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/inspectors.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/itertools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/itertools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/jsonutils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/jsonutils.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyasd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyasd.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyimps.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyimps.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyjson.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/lazyjson.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/modules.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/modules.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/openpy.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/openpy.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/os.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/os.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/pretty.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/pretty.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/string.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/string.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/subprocess.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/__pycache__/subprocess.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/lib/collections.py
/usr/lib/python3.13/site-packages/xonsh/lib/inspectors.py
/usr/lib/python3.13/site-packages/xonsh/lib/itertools.py
/usr/lib/python3.13/site-packages/xonsh/lib/jsonutils.py
/usr/lib/python3.13/site-packages/xonsh/lib/lazyasd.py
/usr/lib/python3.13/site-packages/xonsh/lib/lazyimps.py
/usr/lib/python3.13/site-packages/xonsh/lib/lazyjson.py
/usr/lib/python3.13/site-packages/xonsh/lib/modules.py
/usr/lib/python3.13/site-packages/xonsh/lib/openpy.py
/usr/lib/python3.13/site-packages/xonsh/lib/os.py
/usr/lib/python3.13/site-packages/xonsh/lib/pretty.py
/usr/lib/python3.13/site-packages/xonsh/lib/string.py
/usr/lib/python3.13/site-packages/xonsh/lib/subprocess.py
/usr/lib/python3.13/site-packages/xonsh/main.py
/usr/lib/python3.13/site-packages/xonsh/parser.py
/usr/lib/python3.13/site-packages/xonsh/parser_table.py
/usr/lib/python3.13/site-packages/xonsh/parsers
/usr/lib/python3.13/site-packages/xonsh/parsers/__init__.py
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/ast.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/ast.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/completion_context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/completion_context.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/context_check.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/context_check.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/fstring_adaptor.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/fstring_adaptor.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/lexer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/lexer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/rd_parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/rd_parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/tokenize.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/tokenize.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v310.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v310.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v313.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v313.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v36.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v36.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v38.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v38.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v39.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/__pycache__/v39.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ast.py
/usr/lib/python3.13/site-packages/xonsh/parsers/base.py
/usr/lib/python3.13/site-packages/xonsh/parsers/completion_context.py
/usr/lib/python3.13/site-packages/xonsh/parsers/context_check.py
/usr/lib/python3.13/site-packages/xonsh/parsers/fstring_adaptor.py
/usr/lib/python3.13/site-packages/xonsh/parsers/lexer.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__init__.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/cpp.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/cpp.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/ctokens.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/ctokens.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/lex.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/lex.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/yacc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/yacc.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/ygen.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/__pycache__/ygen.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/cpp.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/ctokens.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/lex.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/yacc.py
/usr/lib/python3.13/site-packages/xonsh/parsers/ply/ygen.py
/usr/lib/python3.13/site-packages/xonsh/parsers/rd_parser.py
/usr/lib/python3.13/site-packages/xonsh/parsers/tokenize.py
/usr/lib/python3.13/site-packages/xonsh/parsers/v310.py
/usr/lib/python3.13/site-packages/xonsh/parsers/v313.py
/usr/lib/python3.13/site-packages/xonsh/parsers/v36.py
/usr/lib/python3.13/site-packages/xonsh/parsers/v38.py
/usr/lib/python3.13/site-packages/xonsh/parsers/v39.py
/usr/lib/python3.13/site-packages/xonsh/platform.py
/usr/lib/python3.13/site-packages/xonsh/platforms
/usr/lib/python3.13/site-packages/xonsh/platforms/__init__.py
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/macutils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/macutils.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/winutils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/__pycache__/winutils.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/platforms/macutils.py
/usr/lib/python3.13/site-packages/xonsh/platforms/winutils.py
/usr/lib/python3.13/site-packages/xonsh/procs
/usr/lib/python3.13/site-packages/xonsh/procs/__init__.py
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/executables.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/executables.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/jobs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/jobs.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/pipelines.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/pipelines.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/posix.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/posix.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/proxies.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/proxies.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/readers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/readers.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/specs.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/__pycache__/specs.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/procs/executables.py
/usr/lib/python3.13/site-packages/xonsh/procs/jobs.py
/usr/lib/python3.13/site-packages/xonsh/procs/pipelines.py
/usr/lib/python3.13/site-packages/xonsh/procs/posix.py
/usr/lib/python3.13/site-packages/xonsh/procs/proxies.py
/usr/lib/python3.13/site-packages/xonsh/procs/readers.py
/usr/lib/python3.13/site-packages/xonsh/procs/specs.py
/usr/lib/python3.13/site-packages/xonsh/prompt
/usr/lib/python3.13/site-packages/xonsh/prompt/__init__.py
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/cwd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/cwd.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/env.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/env.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/gitstatus.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/gitstatus.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/job.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/job.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/times.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/times.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/vc.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/__pycache__/vc.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/prompt/base.py
/usr/lib/python3.13/site-packages/xonsh/prompt/cwd.py
/usr/lib/python3.13/site-packages/xonsh/prompt/env.py
/usr/lib/python3.13/site-packages/xonsh/prompt/gitstatus.py
/usr/lib/python3.13/site-packages/xonsh/prompt/job.py
/usr/lib/python3.13/site-packages/xonsh/prompt/times.py
/usr/lib/python3.13/site-packages/xonsh/prompt/vc.py
/usr/lib/python3.13/site-packages/xonsh/pyghooks.py
/usr/lib/python3.13/site-packages/xonsh/pygments_cache.py
/usr/lib/python3.13/site-packages/xonsh/pytest
/usr/lib/python3.13/site-packages/xonsh/pytest/__init__.py
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/plugin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/plugin.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/__pycache__/tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/pytest/plugin.py
/usr/lib/python3.13/site-packages/xonsh/pytest/tools.py
/usr/lib/python3.13/site-packages/xonsh/shell.py
/usr/lib/python3.13/site-packages/xonsh/shells
/usr/lib/python3.13/site-packages/xonsh/shells/__init__.py
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/base_shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/base_shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/dumb_shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/dumb_shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/readline_shell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/__pycache__/readline_shell.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/base_shell.py
/usr/lib/python3.13/site-packages/xonsh/shells/dumb_shell.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__init__.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/completer.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/completer.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/formatter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/formatter.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/history.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/history.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/key_bindings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/key_bindings.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/updator.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/__pycache__/updator.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/completer.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/formatter.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/history.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/key_bindings.py
/usr/lib/python3.13/site-packages/xonsh/shells/ptk_shell/updator.py
/usr/lib/python3.13/site-packages/xonsh/shells/readline_shell.py
/usr/lib/python3.13/site-packages/xonsh/style_tools.py
/usr/lib/python3.13/site-packages/xonsh/timings.py
/usr/lib/python3.13/site-packages/xonsh/tools.py
/usr/lib/python3.13/site-packages/xonsh/tracer.py
/usr/lib/python3.13/site-packages/xonsh/virtualenv
/usr/lib/python3.13/site-packages/xonsh/virtualenv/__init__.py
/usr/lib/python3.13/site-packages/xonsh/virtualenv/__pycache__
/usr/lib/python3.13/site-packages/xonsh/virtualenv/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/virtualenv/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/virtualenv/activate.xsh
/usr/lib/python3.13/site-packages/xonsh/webconfig
/usr/lib/python3.13/site-packages/xonsh/webconfig/__init__.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/__main__.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/__main__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/file_writes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/file_writes.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/main.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/main.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/routes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/routes.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/tags.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/tags.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/xonsh_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/__pycache__/xonsh_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/webconfig/file_writes.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/index.html
/usr/lib/python3.13/site-packages/xonsh/webconfig/js
/usr/lib/python3.13/site-packages/xonsh/webconfig/js/LICENSE-bootstrap
/usr/lib/python3.13/site-packages/xonsh/webconfig/js/bootstrap.min.css
/usr/lib/python3.13/site-packages/xonsh/webconfig/js/xonsh_sticker_mini.png
/usr/lib/python3.13/site-packages/xonsh/webconfig/main.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/routes.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/tags.py
/usr/lib/python3.13/site-packages/xonsh/webconfig/xonsh_data.py
/usr/lib/python3.13/site-packages/xonsh/wizard.py
/usr/lib/python3.13/site-packages/xonsh/xonfig.py
/usr/lib/python3.13/site-packages/xonsh/xontribs.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__init__.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/_which.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/_which.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/cat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/cat.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/echo.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/echo.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/pwd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/pwd.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/tee.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/tee.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/tty.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/tty.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/ulimit.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/ulimit.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/umask.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/umask.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/uname.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/uname.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/uptime.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/uptime.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/util.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/which.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/which.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/xcontext.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/xcontext.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/yes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/__pycache__/yes.cpython-313.pyc
/usr/lib/python3.13/site-packages/xonsh/xoreutils/_which.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/cat.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/echo.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/pwd.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/tee.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/tty.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/ulimit.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/umask.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/uname.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/uptime.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/util.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/which.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/xcontext.py
/usr/lib/python3.13/site-packages/xonsh/xoreutils/yes.py
/usr/lib/python3.13/site-packages/xontrib
/usr/lib/python3.13/site-packages/xontrib/__pycache__
/usr/lib/python3.13/site-packages/xontrib/__pycache__/coreutils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/xontrib/__pycache__/coreutils.cpython-313.pyc
/usr/lib/python3.13/site-packages/xontrib/coreutils.py
/usr/share/doc/packages/xonsh
/usr/share/doc/packages/xonsh/CHANGELOG.md
/usr/share/doc/packages/xonsh/README.rst
/usr/share/doc/packages/xonsh/logo.txt
/usr/share/doc/packages/xonsh/xontrib
/usr/share/doc/packages/xonsh/xontrib/README.rst
/usr/share/doc/packages/xonsh/xontrib/coreutils.py
/usr/share/licenses/xonsh
/usr/share/licenses/xonsh/license


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 16:18:25 2026