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

xonsh-doc-0.22.8-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: xonsh-doc Distribution: openSUSE Tumbleweed
Version: 0.22.8 Vendor: openSUSE
Release: 1.1 Build date: Thu Mar 26 09:31:49 2026
Group: Documentation/HTML Build host: reproducible
Size: 7385500 Source RPM: xonsh-0.22.8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://xon.sh/
Summary: Documentation files for xonsh
HTML documentation on the API and examples for xonsh.

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/share/doc/packages/xonsh-doc
/usr/share/doc/packages/xonsh-doc/docs
/usr/share/doc/packages/xonsh-doc/docs/Makefile
/usr/share/doc/packages/xonsh-doc/docs/_static
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch.png
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch_full_color.png
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch_full_color_tight.png
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch_part_color.png
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch_part_color_tight.png
/usr/share/doc/packages/xonsh-doc/docs/_static/ascii_conch_part_transparent_tight.png
/usr/share/doc/packages/xonsh-doc/docs/_static/better_colors_windows.png
/usr/share/doc/packages/xonsh-doc/docs/_static/console_colors.reg
/usr/share/doc/packages/xonsh-doc/docs/_static/context_menu_windows.png
/usr/share/doc/packages/xonsh-doc/docs/_static/custom.css
/usr/share/doc/packages/xonsh-doc/docs/_static/intensify-colors-on-win-false.png
/usr/share/doc/packages/xonsh-doc/docs/_static/intensify-colors-on-win-true.png
/usr/share/doc/packages/xonsh-doc/docs/_static/knight-vs-snail.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/animate-css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/animate-css/animate.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/animate-css/wow.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/bootstrap.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/font-awesome.min.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/magnific-popup.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/main.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/owl.carousel.min.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/style.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/css/style.css.map
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/Flaticon.eot
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/Flaticon.svg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/Flaticon.ttf
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/Flaticon.woff
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/_flaticon.scss
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/flaticon/flaticon.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/FontAwesome.otf
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/fontawesome-webfont.eot
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/fontawesome-webfont.svg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/fontawesome-webfont.ttf
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/fontawesome-webfont.woff
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/fonts/fontawesome-webfont.woff2
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/isotope
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/isotope/imagesloaded.pkgd.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/isotope/isotope-min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js/bootstrap.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js/jquery.magnific-popup.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js/popper.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js/stellar.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/js/theme.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts/Linearicons-Free.eot
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts/Linearicons-Free.svg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts/Linearicons-Free.ttf
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts/Linearicons-Free.woff
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/fonts/Linearicons-Free.woff2
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/linericon/style.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/css/nice-select.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/css/style.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/js/jquery.nice-select.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/nice-select/js/jquery.nice-select.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/assets
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/assets/ajax-loader.gif
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/assets/animated.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/assets/owl.carousel.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/owl.carousel.min.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing/owl-carousel/owl.carousel.min.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/animate.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/bootstrap.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/icofont.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/magnific-popup.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/owl.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/responsive.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/css/style.css
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/fonts
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/fonts/icofont.woff
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/fonts/icofont.woff2
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/banner-1.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/banner-2.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/banner-3.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/bg-1.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/blog-1.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/blog-2.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/blog-3.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/conch_ascii.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/conch_ascii_with_icon.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/conch_pixel-128.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/logo.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_landing_preview.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_term_icon_128x128.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_term_icon_180x180.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_term_icon_256x256.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_term_icon_32x32.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/images/xonsh_term_icon_512x512.png
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/bootstrap.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/contact.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/custom.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/jquery-3.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/magnific-popup.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/owl.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/popper.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/scrollIt.js
/usr/share/doc/packages/xonsh-doc/docs/_static/landing2/js/validator.js
/usr/share/doc/packages/xonsh-doc/docs/_static/listunison.png
/usr/share/doc/packages/xonsh-doc/docs/_static/magic_conch.ico
/usr/share/doc/packages/xonsh-doc/docs/_static/numpy_friendly.css_t
/usr/share/doc/packages/xonsh-doc/docs/_static/orig_conch.png
/usr/share/doc/packages/xonsh-doc/docs/_static/robots.txt
/usr/share/doc/packages/xonsh-doc/docs/_static/what_is_xonsh.png
/usr/share/doc/packages/xonsh-doc/docs/_static/windows_terminal.png
/usr/share/doc/packages/xonsh-doc/docs/_static/windows_terminal2.png
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh-demo.gif
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh-demo.webm
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh-docker-example.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh-live.png
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh5.png
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh_sticker.svg
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh_terminal_icon.svg
/usr/share/doc/packages/xonsh-doc/docs/_static/xonsh_terminal_icon_256.png
/usr/share/doc/packages/xonsh-doc/docs/_templates
/usr/share/doc/packages/xonsh-doc/docs/_templates/api-summary-module.rst
/usr/share/doc/packages/xonsh-doc/docs/_templates/index.html
/usr/share/doc/packages/xonsh-doc/docs/aliases.rst
/usr/share/doc/packages/xonsh-doc/docs/api
/usr/share/doc/packages/xonsh-doc/docs/api/index.rst
/usr/share/doc/packages/xonsh-doc/docs/appimage.rst
/usr/share/doc/packages/xonsh-doc/docs/bash_to_xsh.rst
/usr/share/doc/packages/xonsh-doc/docs/changelog.md
/usr/share/doc/packages/xonsh-doc/docs/comparison.rst
/usr/share/doc/packages/xonsh-doc/docs/conf.py
/usr/share/doc/packages/xonsh-doc/docs/contact.rst
/usr/share/doc/packages/xonsh-doc/docs/containers.rst
/usr/share/doc/packages/xonsh-doc/docs/contents.rst
/usr/share/doc/packages/xonsh-doc/docs/contributing.rst
/usr/share/doc/packages/xonsh-doc/docs/customization.rst
/usr/share/doc/packages/xonsh-doc/docs/development.rst
/usr/share/doc/packages/xonsh-doc/docs/devguide.md
/usr/share/doc/packages/xonsh-doc/docs/editors.rst
/usr/share/doc/packages/xonsh-doc/docs/envvars.rst.jinja2
/usr/share/doc/packages/xonsh-doc/docs/events.rst
/usr/share/doc/packages/xonsh-doc/docs/extensions
/usr/share/doc/packages/xonsh-doc/docs/extensions/__init__.py
/usr/share/doc/packages/xonsh-doc/docs/extensions/cmdhelp.py
/usr/share/doc/packages/xonsh-doc/docs/extensions/jinja_rst_ext.py
/usr/share/doc/packages/xonsh-doc/docs/extensions/rst_helpers.py
/usr/share/doc/packages/xonsh-doc/docs/extensions/utils.py
/usr/share/doc/packages/xonsh-doc/docs/faq.rst
/usr/share/doc/packages/xonsh-doc/docs/guides.rst
/usr/share/doc/packages/xonsh-doc/docs/install
/usr/share/doc/packages/xonsh-doc/docs/install.rst
/usr/share/doc/packages/xonsh-doc/docs/install/install
/usr/share/doc/packages/xonsh-doc/docs/install/install/index.html
/usr/share/doc/packages/xonsh-doc/docs/install/install/mamba-install-xonsh.sh
/usr/share/doc/packages/xonsh-doc/docs/install_mamba.rst
/usr/share/doc/packages/xonsh-doc/docs/installation.rst
/usr/share/doc/packages/xonsh-doc/docs/intro.rst
/usr/share/doc/packages/xonsh-doc/docs/keyboard_shortcuts.rst
/usr/share/doc/packages/xonsh-doc/docs/links.rst
/usr/share/doc/packages/xonsh-doc/docs/packages.rst
/usr/share/doc/packages/xonsh-doc/docs/platform-issues.rst
/usr/share/doc/packages/xonsh-doc/docs/python-versions-support-policy.rst
/usr/share/doc/packages/xonsh-doc/docs/python_virtual_environments.rst
/usr/share/doc/packages/xonsh-doc/docs/quotes.rst
/usr/share/doc/packages/xonsh-doc/docs/setup.rst
/usr/share/doc/packages/xonsh-doc/docs/subproc_types.rst
/usr/share/doc/packages/xonsh-doc/docs/talks_and_articles.rst
/usr/share/doc/packages/xonsh-doc/docs/todo.rst
/usr/share/doc/packages/xonsh-doc/docs/tryitnow.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_completers.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_events.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_hist.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_history_backend.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_macros.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_ptk.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_subproc_strings.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_xonsh_projects.rst
/usr/share/doc/packages/xonsh-doc/docs/tutorial_xontrib.rst
/usr/share/doc/packages/xonsh-doc/docs/xonshconfig.json
/usr/share/doc/packages/xonsh-doc/docs/xonshrc.py
/usr/share/doc/packages/xonsh-doc/docs/xonshrc.rst
/usr/share/doc/packages/xonsh-doc/docs/xonshrc.xsh


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:23:10 2026