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

xonsh-doc-0.15.1-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: xonsh-doc Distribution: openSUSE:Factory:zSystems
Version: 0.15.1 Vendor: openSUSE
Release: 1.2 Build date: Sun Mar 17 10:50:20 2024
Group: Documentation/HTML Build host: reproducible
Size: 14322458 Source RPM: xonsh-0.15.1-1.2.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

* 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.
* Sat Dec 10 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.13.4:
    - Added:
    - tests for methods changed in tools.py (is_tok_color_dict)
    - ``$XDG_CACHE_HOME``, ``$XONSH_CACHE_DIR`` are now available inside ``Xonsh``
    - #2455 Add `on_command_not_found` event, fired when a command is not found.
    - Changed:
    - is_str_str_dict changed to check for Token:style dict
    - Removed:
    - ``$COMMANDS_CACHE_SIZE_WARNING`` is removed. When ``$COMMANDS_CACHE_SAVE_INTERMEDIATE`` is enabled,
      the cache file size is optimized.
    - Fixed:
    - #4668 Fix ptk completion stacking when auto-suggest is on and no normal completions are generated.
    - $XONSH_STYLE_OVERRIDES cannot be assigned dict of {Token: str} #4375
    - commands_cache: add a configurable value to disable cache. useful for running scripts
    - fixed stale results when ``$COMMANDS_CACHE_SAVE_INTERMEDIATE`` is enabled.
    - #4951 Fix gitstatus prompt when rebasing
    - fixed using aliases to override commands without the file extension on Windows
    - #3279 Add `XONSH_HISTORY_IGNORE_REGEX` support. You can specify a regular
      expression in the environment variable `XONSH_HISTORY_IGNORE_REGEX` and any
      command that matches the expression will not be added to the history.
* Tue Dec 06 2022 Dirk Müller <dmueller@suse.com>
  - update to 0.13.3:
    * ``pygments`` startup crash when incorrect prepending ``bg:`` to
      ``noinherit`` style directives
* Tue Dec 06 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - Update to version 0.13.2:
    * When there is no git repository, the values of all ``gitstatus`` prompt
      fields are now ``None``.
    * With ``$THREAD_SUBPROCS=False``: When a callable alias is executed with
      ``![]``, its standard output and standard error are no longer captured.
      This is because a separate thread is required in order to both capture
      the output and stream it to the terminal while the alias is running.
    * Fixed timeit syntax error
    * When there is no git repository, ``$PROMPT`` format strings like
      ``{gitstatus: hello {}}`` now work as expected.
    * With ``$THREAD_SUBPROCS=False``: When ``cd`` is used with an invalid
      directory, the error message is now correctly displayed.
    * Fixed case when xpip returns None instead of command.
* Tue Aug 23 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.13.1:
    - Added:
    - The ujson (faster version of json) added to xonsh[full] package.
    - Changed:
    - Bumped Python version in `xonsh.AppImage` to 3.10
    - The terminal's title is updated with the current command's name even if the command is a captured command or a callable alias
    - Fixed:
    - Warn and continue if a user without ``pygments`` tries to load an unknown style
    - Fixed a bash completion bug when prefixing a file path with '<' or '>' (for redirecting stdin/stdout/stderr)
    - Fixed a bash completion bug when completing a git branch name when deleting a remote branch (e.g. `git push origin :dev-branch`)
    - A callable alias containing subprocess commands no longer freezes when piped to another command
    - ``less`` no longer stops when a callable alias containing subprocess commands is piped into it
    - ``gitstatus`` Prompt-field would be empty on paths without git setup.
    - When using the sway window manager, ``swaymsg -t get_inputs`` no longer fails with the error "Unable to receive IPC response"
    - The ``current_job`` variable now works as expected when used in ``$TITLE``
    - Security:
    - ``xpip`` will never add ``sudo`` under any circumstances and will instead append ``--user`` as needed
  - update to version 0.13.0:
    - Removed:
    - The ``xonsh`` code-base is no longer amalgamated, so tracebacks should be
    human-readable without intervention.  This may have (minor) impacts on startup
    speed.
    - Fixed:
    - Fix xontrib loading for `free_cwd`
    - Fixed `whole_word_jumping` xontrib failing on Linux, conditional import of ``ptk_win32`` → Windows only
    - Fixed error caused by unintialized Xonsh session env when using Xonsh as a library just for its Pygments lexer plugin.
  - update to version 0.12.6:
    - Fixed:
    - String literal concatenation now works with f-strings and path literals
    - A SyntaxError is raised when string literal concatenation is attempted with literals of different types (e.g. str and bytes)
  - update to version 0.12.5:
    - Added:
    - Support for f-glob strings (e.g. ``fg`{prefix}*```)
    - Now xontribs support `loading and unloading <https://github.com/xonsh/xonsh/issues/4541>`_
    with functions ``_load_xontrib_(xsh: XonshSession, **kwargs) -> dict``,
    ``_unload_xontrib_(xsh: XonshSession, **kwargs) -> None`` defined in their module.
    `Updated doc <https://xon.sh/tutorial_xontrib.html>`_
    - Added a special '$LAST_RETURN_CODE' environment variable to access the return code of the last issued command. (Only set during interactive use).
    - New prompt-customization fields: 'last_return_code_if_nonzero', 'last_return_code'.
    - Documented the HISTCONTROL ignorespace option
    - Changed:
    - ![] now returns a HiddenCommandPipeline when run with a background command (e.g. `![sleep 10 &]`)
    - Extended `whole_word_jumping` xontrib with matching bindings for
    `delete` and `backspace`. The `XONSH_WHOLE_WORD_CTRL_BKSP` environment
    variable can be set to `False` to avoid binding `control+backspace` in
    incompatible terminals.
    - The default prompt (on unix-systems) now includes a red [<errorcode>] field in case a command failed.
    - New docs theme ``furo``
    - completions from fish are now filter based on the current prefix.
    - Removed:
    - xontrib ``prompt_ret_code`` is now removed.
    Now the default prompt already shows the last-return-code when the previous command fails.
    Please use the new prompt fields ``last_return_code``, ``last_return_code_if_nonzero`` from
    the `PR <https://github.com/xonsh/xonsh/pull/4798>`_
    - Fixed:
    - Using `fg` for commands started in the background (e.g. `![sleep 10 &]`) now works
    - SIGHUP (instead of SIGKILL) is sent to unfinished jobs when exiting the shell. This allows the `nohup` command to work properly.
    - `bg` now properly resumes jobs in the background
    - ExecAlias now sets the returncode of a command correctly
    - Empty/comment-only commands no longer get added to the history
    - On prompt-toolkit, when there is a job like `sleep 500 &` running in the background, pressing Ctrl+D twice to force quit now works properly
    - Environment Variables are now completed correctly when in quotes
    - Silence spurious errors on exit due to out-of-order cleanup
* Sun May 22 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.12.4:
  - update to version 0.12.3:
    - Changed:
    - fix: remove os.path.basename from _get_git_branch()
    - now 3rd party xontrib list is maintained at `Awesome Xontribs <https://github.com/xonsh/awesome-xontribs/>`_ page.
    Going forward, new contributions will be updated here, making it not depending on `the xonsh release <https://github.com/xonsh/xonsh/issues/4679>`_.
    - Removed:
    - Removed Python 3.7 support following `NEP0029 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_
    - Fixed:
    - Dictionaries are now pretty-printed with their items in the correct order
* Tue Apr 26 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.12.2:
    - Fixed completions for command argument paths after equal signs
    - A trailing space no longer gets appended when tab-completing command arguments that involve equals signs. For example `dd sta` gets completed to `dd status=`, without a space space after the equals sign.
    - regression on `gitstatus <https://github.com/xonsh/xonsh/pull/4771>`_ prompt is fixed now. It will display the value now instead of the name.
    - `fixed <https://github.com/xonsh/xonsh/pull/4763>`_ ``vox rm`` crashing when user input is required
* Tue Apr 19 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - removed obsolete fix-4550.patch
  - update to version 0.12.1:
    - Fixed:
    - fixed regression issue in loading `xontrib-abbrevs <https://github.com/xonsh/xonsh/pull/4757>`_
    - Allow xonsh to start gracefully even if modal cursors aren't in the available
    prompt_toolkit version
  - update to version 0.12.0:
    - Added:
    - Added interface to complete any alias that has ``xonsh_complete`` attribute. It is a function with ``fn(**kwargs) -> Iterator[RichCompletion | str]`` signature.
    - added ``$ALIAS_COMPLETIONS_OPTIONS_LONGEST`` to control showing options in completions
    - added ``$CMD_COMPLETIONS_SHOW_DESC`` environment variable to control showing command completions with a description part.
    - `completer complete` command is added to test current completions
    - completions from man page will now show the description for the options if available.
    - ``$XONSH_COMPLETER_DIRS`` to put command completers
    - ``Aliases.register`` to register an alias function.
    - Tracebacks are now printed in color if available (interactive session with shell that supports colors with pygments installed and $COLOR_RESULTS enabled)
    - Added python's match statement for python >=3.10.
    - Added support for the $SHLVL environment variable, typed as int, using bash's semantics.
    - Python files with command completions can be put inside ``xompletions`` namespace package,
    they will get loaded lazily.
    - `xontrib.fish_completer` is available to complete using `fish` shell.
    - Support for pythons sys.last_type, sys.last_value, sys.last_traceback.
    - added ``xonsh-uname`` command to ``xoreutils``
    - auto-completion support for commands : ``source-foreign``, ``source-bash``, ``source-zsh``, ``source-cmd``
    - added ``history transfer`` command to transfer history entries between backends.
    - now ``$PROMPT_FIELDS`` is a custom class with method ``pick(field_name)`` to get the field value efficiently.
    The results are cached within the same prompt call.
    - new class ``xonsh.prompt.base.PromptField`` to ease creating/extending prompt-fields
    - **Sublime Text 4** extension to the Editors page.
    - Support for the `virtualenv <https://virtualenv.pypa.io/en/20.0.1/extend.html#activation-scripts>`_ ``activate.xsh`` script is back! Ensure you create the virtualenv from the same python where xonsh is installed.
    - vox new/create accepts a new ``--prompt`` argument, which is passed through to ``python -m venv``
    - New set of commands and options to manage virtualenvs inspired from ``pew``
    * runin
    * runinall
    * new
    * ``--link`` : to associate venv with project directory
    * ``--temp`` : to create temporary virtualenvs
    * activate
    * now will cd into project directory if the venv is associated
    * toggle-ssp - toggle system site packages
    * project - manage project path associations
    * wipe - to quickly remove all user installed packages
    - ``prompt.env.env_name`` is now aware of the "prompt" key in ``pyvenv.cfg`` - search order from first to last is: ``$VIRTUAL_ENV_PROMPT``, ``pyvenv.cfg``, ``$VIRTUAL_ENV``, $``CONDA_DEFAULT_ENV``
    - new command ``vox upgrade``
    - ``xonfig web`` can now update ``abbrevs/aliases/env-variables``.
    - Added `xontrib-default-command <https://github.com/oh-my-xonsh/xontrib-default-command>` to xontrib list.
    - new `xontrib-django <https://github.com/jnoortheen/xontrib-django>`_ for django management completions
    - Added `xontrib-gruvbox <https://github.com/rpdelaney/xontrib-gruvbox>` to xontrib list.
    - Added `xontrib-up <https://github.com/oh-my-xonsh/xontrib-up>` to xontrib list.
    - Changed:
    - Both ``*.xsh`` and ``*.py`` files inside ``$XONSHRC_DIR`` will get loaded now.
    - Environment-variables of no predefined type or path environment variables are now represented as strings via the empty string.
    - Made stacktraces behave like in python, i.e. when something in user-provided code fails (both interactively and non-interactively), only that part is shown, and the (static) part of the stacktrace showing the location where the user code was called in xonsh remains hidden. When an unexpected exception occurs inside xonsh, everything is shown like before.
    - run_compiled_code, run_script_with_cache, run_code_with_cache now return sys.exc_info() triples instead of throwing errors
    - SyntaxError tracebacks now by default hide the internal parser state (like in python); set XONSH_DEBUG >= 1 to enable it again.
    - XonshError tracebacks now by default hide xonshs internal state; set XONSH_DEBUG >= 1 to enable it again.
    - run_code_with_cache takes a new parameter display_filename to override the filename shown in exceptions (this is independent of caching)
    - Update uptime lib by the last one from Pypi
    - ``umask``, ``ulimit`` commands will not override the system's commands unless requested
    - Xontribs that require other third party packages are moved to its own packages.
    The following xontribs are moved and can be loaded after install as usual
    * mpl
    * distributed
    * jupyter-kernel
    * jedi
    - Xonsh adopts `NEP-0029 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`_ in supporting Python versions.
    - Privatise certain attributes of lexer/parser to minimise API surface
    - Make `XSH.load` calls explicit (not in Execer)
    - Make import hooks require Execer
    - Simplified foreign functions
    - Updated tutorial.rst to clarify use of time_format
    - ``vox new`` will use default python version of the system rather than the one vox is run with
    - ``xonfig web`` now shows latest xontribs available from ``xonsh.xontribs_meta``
    - Removed:
    - ``$XONSH_GITSTATUS_*`` is removed
    since the prompt fields can be customized easily now individually.
    - ``$XONSH_GITSTATUS_FIELDS_HIDDEN`` is removed.
    Please set hidden fields in ``$PROMPT_FIELDS['gitstatus'].hidden = (...)``
    - Removed ``xonsh.ptk2`` module whcih was kept for some old packages sake. Now xonsh requires atleast ptk3 version.
    - Fixed:
    - Some of the bash completions scripts can change path starting with '~/' to `/home/user/` during autocompletion.
    xonsh `bash_completions` does not expect that, so it breaks autocompletion by producing paths like `~/f/home/user/foo`.
    After the fix if bash returns changed paths then `/home/user` prefix will be replaced with `~/`.
    - ``pip`` completer now handles path completions correctly
    - SyntaxErrors thrown during compilation (i.e. not during parsing) now include the offending source line.
    - If a .xsh file is imported, the resulting module will now always have an absolute \_\_file\_\_ attribute to be consistent with pythons behavior since python 3.4.
    - ``$CONDA_DEFAULT_ENV`` is now respected when xonsh is run outside of conda.
    - Fixed unpacking of dictionaries inside a dictionary
    - Empty or comments only .xsh files can now be imported to align with pythons behavior.
    - Fixed regex globbing for file paths that contain special regex characters (e.g. "test*1/model")
    - Fixed list comprehension in return statement incorrectly being parsed as a subprocess command.
    - Fixed the expansion of $XONSH_TRACEBACK_LOGFILE user paths (e.g. "~/log")
    - Fixed DeprecationWarning when providing autocompletion for a non-callable type with ``(``
    - OSC codes in ``$PROMPT`` is no longer removed when using ptk shell.
    These codes need to be escaped with ``..`` instead.
    - Attempt to show a modal cursor in vi_mode (ie. block in cmd, bar in ins)
    - Xonsh can now be used in VIM (e.g. by ":read !ls" if VIM is configured to use xonsh. This may be the case when xonsh is the default shell.)
    - Fixed OSError on Windows when GnuWin32 is installed in the PATH.
    - Do not show welcome message when any ``$XONSHRC_DIR`` directory entry exists.
    - SyntaxErrors now get initialized with all available fields so that the error message can be formatted properly.
    - Raising BaseException no longer causes Xonsh to crash (fix #4567)
    - Exceptions in user code when using xonsh non-interactively no longer simply crash xonsh, rather a proper stacktrace is printed and also postmain() is called.
    - Tracebacks will now show the correct filename (i.e. as in python) for interactive use "<stdin>", scripts read by stdin "<stdin>" and -c commands "<string>". (Instead of MD5 hashes as filenames or "<xonsh-code>")
    - Default ZSH FUNCSCMD was not working in ZSH 5.8 (and possibly other versions)
    - Passing multiple files to be sourced to source-foreign was broken
    - prompt field ``current_branch`` will now work empty git repository.
* Wed Feb 02 2022 Bernhard Wiedemann <bwiedemann@suse.com>
  - build docs without ASLR for deterministic results (boo#1062303)
  - drop non-deterministic sphinx artifacts
* Thu Nov 18 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - add fix-4550.patch to fix doc build error and re-enable doc builds.
* Thu Nov 18 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.11.0:
    - Added:
    - added new utility classes ``xonsh.cli_utils.ArgParserAlias``, ``xonsh.cli_utils.ArgCompleter``.
    These are helper classes, that add coloring and auto-completion support to the alias-commands.
    - when ``$ENABLE_ASYNC_PROMPT=True`` lazy load ``prompt-toolkit``'s color-input support.
    - Add ``CTRL-Right`` key binding to complete a single auto-suggestion word.
    - Show environment variables' type and descriptions when completing them.
    - Add ``CTRL-Backspace`` key binding to delete a single word via ``$XONSH_CTRL_BKSPC_DELETION``.
    - Improved ``pip``/``xpip`` completer.
    - Separator used by gitstatus can now be styled using ``XONSH_GITSTATUS_SEPARATOR``.
    - Complete 'import' statements with modules that aren't loaded.
    - Complete multiple modules/objects in 'import' statements.
    - Multiple new metadata fields in ``setup.py``
    - Pure Python control files are now supported when named ``*.py``.
    Using python files may lower the startup time by a bit.
    - new environment variable ``$XONSH_TRACE_SUBPROC_FUNC``
    to handle ``$XONSH_TRACE_SUBPROC`` output
    - Added `xontrib-pyrtn <https://github.com/dyuri/xontrib-pyrtn>` to xontrib list.
    - Changed:
    - Display error message when running `xonfig colors` in a non-interactive shell
    - Using ``ArgparserAlias`` for ``dirs``, ``popd``, ``pushd``
    - use ``ArgparserAlias`` for ``disown`` alias with completion support
    - ``history`` alias now has colored help message and completion support when running interactively.
    - using ``ArgparserAlias`` for ``trace`` alias with completion support
    - improve ``vox`` CLI completions
    - use ArgparserAlias for ``xexec``. Now it supports completions.
    - ``xonfig`` now has colored help message when ran interactively.
    - Using ``ArgparserAlias`` to improve ``xontrib`` completions
    - Changed !() to also capture background subprocesses
    - Suggested commands are cached for better performance.
    - Improved pipelines performance by using a mutable buffer.
    - Curly braces { } in directory names are now escaped in the prompt
    - The ``--rc`` argument is extended to support directories as well as files.
    Passing a directory will result in all ``*.xsh`` files in the directory being
    sorted and loaded at startup (equivalent to using the environment variable
    ``XONSHRC_DIR``).
    - The environment variables ``XONSHRC`` and ``XONSHRC_DIR`` are no longer updated by xonsh on
    startup according to which files were actually loaded. This caused problems if xonsh is called
    recursively, as the child shells would inherit the modified startup environment of the parent.
    These variables will now be left untouched, and the actual RC files loaded (according to those
    variables and command line arguments) can be seen in the output of ``xonfig``.
    - Replaced `xontrib-linuxbrew <https://github.com/eugenesvk/xontrib-linuxbrew>`_ with `xontrib-homebrew <https://github.com/eugenesvk/xontrib-homebrew>`_, which also supports Homebrew on macOS
    - Removed:
    - Completely dropped the deprecated ``--config-path`` argument, which no longer
    did anything.
    - The environment variable ``LOADED_RC_FILES`` is no longer set. It contained a list of booleans
    as to which RC files had been successfully loaded, but it required knowledge of the RC loading
    internals to interpret which status corresponded to which file. As above, the (successfully)
    loaded RC files are now shown in ``xonfig``.
    - Fixed:
    - Add quotes in autocomplete when filename contains brackets
    - Handle ``None`` value on XSH.env if ``$UPDATE_OS_ENVIRON`` is set to ``True``
    - Implemented `__hash__` method to Env, so that it can be used in `lru_cache` without crashing.
    - Make sure aliases are always captured regardless of ``$XONSH_CAPTURE_ALWAYS``
    - ``fromdircolors`` doesn't crash if output from subprocess call to ``dircolors`` returns
    nothing (usually due to permission errors)
    - Fixed issue with environment not being iterable on session objects.
    - Fixed issue where environment is None in commands cache.
    - ``${...}.swap()`` can be called from multiple threads safetly.
    - Piping multiple function aliases doesn't raise a recursion error anymore.
    - Fixed detection of App Execution Alias for latest 3.8 and 3.9 releases
    - ``Jedi`` completer doesn't complete paths with ``~``.
    - Sometimes the completion menu doesn't take space when cursor is at the bottom of the screen.
    - vox now passes system-site-packages option
    - Fix Duplicate paths left over when add paths to Path via xonsh.tools.EnvPath
    - Fix  Crash with FileNotFoundError when current working directory is deleted #4467
    - Completing a single-arg python code segment (e.g. ``@(/etc/hos<TAB>)``).
    - Fixed pipelines in WSL2
    - Newline symbols in Prompt-toolkit's completions are replaced by <space>
    - Fix launching processes on Windows by using full paths (https://bugs.python.org/issue8557)
* Tue Jul 27 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.10.1:
    - Fixed:
    - ``execx`` and ``xonsh -c`` previously exposed xonsh-internal code in global scope. They also did not support defining variables and then referring to them in comprehensions, generators, functions, or lambdas. - https://github.com/xonsh/xonsh/issues/4363
    - Short color token names can be used in ``register_custom_style()`` (#4339)
  - update to version 0.10.0:
    - Added:
    - Added ability to set XONSH_HISTORY_FILE before loading the history backend.
    - Added ability to get the arguments list in ExecAlias using ``$args`` and ``$arg<n>`` environment variables.
    - Added instruction how to run xonsh AppImage on Alpine
    - Xonsh now supports generators as completer functions.
    - Completion Context - Allow completers to access a parsed representation of the current commandline context.
    - Added casting CommandPipeline to int, hash and str.
    - Ability to call the tool by the name from callable alias with the same name without the infinite loop error.
    - ``on wsl`` field when running xonfig (when linux is detected)
    - Help and superhelp (``obj?`` and ``obj??``) now use the ``__name__`` if available.
    - added ``$XONSH_GITSTATUS_FIELDS_TO_HIDE`` to hide unwanted fields from ``{gitstatus}`` prompt field.
    - Added number of lines added and removed to gitstatus
    - Saving current working directory (cwd) to the history.
    - Added XONSH_HISTORY_SAVE_CWD environment variable.
    - Added environment variable ``$COMPLETE_DOTS`` to specify how current and previous directories should be tab completed in cd  ('./', '../'):
    - ``always`` Always complete paths with ./ and ../
    - ``never`` Never complete paths with ./ and ../
    - ``matching`` Complete if path starts with . or ..
    - Complete ``import`` keyword in ``from ... import`` statements.
    - Enabled case-insensitive completions for the ``jedi`` xontrib.
    - Non-exclusive completers that enable aggregating multiple completer results.
    - New ``$XONSH_CAPTURE_ALWAYS`` variable for opt-in interactive capturing.
    Since this capturing breaks background jobs and some interactive programs (like ``git`` invoking an editor),
    This behavior is now opt-in using this variable.
    See https://github.com/xonsh/xonsh/pull/4283 and linked issues.
    - Wrap selection with quote/parens when ``$XONSH_AUTOPAIR=True``.
    - Now xonsh will work with Python 3.10. (Match statement is not supported).
    - In addition to reading single rc files at startup (``/etc/xonshrc``, ``~/.config/xonsh/rc.xsh``),
    xonsh now also supports rc.d-style config directories, from which all files are sourced. This is
    designed to support drop-in style configuration where you could, for example, have a common config
    file shared across multiple machines and a separate machine specific file.
    This is controlled by the environment variable ``XONSHRC_DIR``, which defaults to
    ``["/etc/xonsh/rc.d", "~/.config/xonsh/rc.d"]``. If those directories exist, then any ``xsh`` files
    contained within are sorted and then sourced.
    - Added xontrib-prompt-starship - Starship prompt in xonsh shell.
    - Added XONSH_SUBPROC_CAPTURED_PRINT_STDERR (default False) environment variable to hide unwanted printing the stderr when using captured object.
    - A ``$XONSH_TRACE_COMPLETIONS`` variable for completions debugging.
    - Added warning about prompt-toolkit in the welcome message.
    - Added history backend name to the xonfig.
    - `xontrib-linuxbrew <https://github.com/eugenesvk/xontrib-linuxbrew>`_ to add Homebrew's shell environment to xonsh shell on Linux
    - Added xontrib-macro-lib - the library of the useful macros for the xonsh shell: https://github.com/anki-code/xontrib-macro-lib
    - Changed:
    - update imphooks encoding regex to match the newer version at PEP 263
    - Enabled bracketed paste mode for readline to protect against paste jacking
    - The group of environment variables around history moved to the "Interactive Prompt History" section.
    - Disabled completing subpaths for commands in ``jedi``.
    - Improved ``which`` output for non-simple aliases
    - New json history will be in XONSH_DATA_DIR/history_json directory.
    - Completers for ``and/or``, ``&&/||/|`` and environment variables are now non-exclusive.
    - Disabled ptk copying words/lines to clipboard on deletion (can be re-enabled with ``$XONSH_COPY_ON_DELETE``).
    - Separated between ``XONSH_DEBUG`` and ``XONSH_NO_AMALGAMATE``. Setting ``XONSH_DEBUG=1`` now acts like ``XONSH_DEBUG=2`` before (basic information like input transformation, command replacement) and ``XONSH_DEBUG=2`` like ``XONSH_DEBUG=1`` before (more debugging information presented, like PLY parsing messages).
    - Cleaned up available aliases for ``shell_type``
    - Speedup commands-cache by saving results between runs and use the last run's result
    - The ``completer add`` command after the non-exclusive completers.
    This means it will not block them from adding their completions.
    - Updated the tab-completion tutorial.
    - Fixed:
    - handle importing/decoding user modules with a 'UTF-8 with BOM' encoding (#4160)
    - Fixed XONSH_HISTORY_FILE that has the actual path from the history backend now
    - Annotated assignments (``x: int = 42``, ``x: int``).
    - Fixed xpip sudo behavior in xonsh AppImage.
    - Prevent cancelled future errors for async prompt ($ENABLE_ASYNC_PROMPT) fields from bubbling up (and destroying the prompt's formatting)
    - $() no longer silently captures stderr
    - Added catching callable argument and raising appropriate exception
    - Crashing command-not-found output for bad file names on linux.
    - Fixed error message when an empty command is run
    - Fixed @$ crash when no output is sent out by the command
    - Fixed xonsh crash when launched using `xonsh -c '$("")'`
    - now abbrevs callback will not remove word from ``buffer.text``. See https://github.com/xonsh/xonsh/issues/3642#issuecomment-793789741
    - Fixed the incorrect SyntaxError that was thrown when a subprocess command was preceded by a comment ending with a colon
    - Fixed the missing auto-indentation in readline and prompt_toolkit when a statement ending with a colon was followed by a comment
    - Fixed the incorrect auto-indentation in prompt_toolkit when a comment ended with a colon
    - Fixed JSON history garbage collection for XONSH_HISTORY_SIZE in seconds.
    - Fixed ``skip`` completer (completes ``sudo``, ``which`` and other commands).
    - In a subprocess command, having whitespace in between the left bracket and the command no longer raises a SyntaxError.
    - Reduced history reading when run script or command. Potential speed increasing.
    - Fixed crash on statup if XONSH_COLOR_STYLE is set to something invalid.
    - Fixed the colorize and/or keywords.
    - Functions can be used for $TITLE, the same way as for $PROMPT. (#4148)
    - wsl detection works on archlinux wsl2 now (and hopefully everywhere)
    - Fixed an exception when run xonfig wizard in no RC mode.
    - Bash completions now handle quoted and space-containing arguments better.
    - ``import`` completions always work.
    - Test consistent RC loading behaviour in a variety of startup scenarios
    - Absolute paths to executables don't break bash completions anymore
    - Fix colors and text in the welcome message.
  - update to version 0.9.27:
    - Added:
    - Add new internal command "disown" to remove background jobs from the shell's job list
    - Python3.9 issues with subscriptor forms fixed.
    - added `xontrib-cd <https://github.com/eugenesvk/xontrib-cd>`_
    - Added **xontrib-history-encrypt** - new history backend that encrypt the xonsh shell commands history to prevent leaking sensitive data. If you like the idea give a star to the repository https://github.com/anki-code/xontrib-history-encrypt
    - Changed:
    - New awesome landing on https://xon.sh - feel free to share and tweet!
    - History files (json, sqlite) now have 600 (rw only for user) permission by default.
    - PTK(python-prompt-toolkit) is no longer vendored with xonsh.
    - Fixed:
    - Fixed a bug where "cd" and "rmdir" would return non-directory completions
    - SQLite History Backend: show message instead of exiting when disk is full.
* Mon Mar 08 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.9.26:
    - Added:
    - abbrevs now support callbacks
    - Added a new xontrib ``tcg``
    - Fixed:
    - now xonsh stdout delegates ``isatty`` to wrapped io stream.
* Thu Feb 04 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version 0.9.25:
    - Added:
    - VC_GIT_INCLUDE_UNTRACKED environment variable if untracked file changes are desired to show a dirty working directory
    - added `xontrib-powerline2 <https://github.com/vaaaaanquish/xontrib-powerline2>`_
    - Add '``|``' and '``|=``' operators to the ``Aliases`` class.
    - Add tests to the merging functionality.
    - Add "back2dir" xontrib (https://github.com/anki-code/xontrib-back2dir) - back to the latest used directory when starting xonsh shell.
    - show code-coverage for PRs
    - Added ``CommandPipeline.raw_out`` and ``CommandPipeline.raw_err`` to get stdout/err as raw bytes.
    - The ``@()`` operator now supports ``bytes`` objects.
    - index for history's sqlite-DB
    - support passing style from RichCompleter to PTK's Completer
    - ``xonsh.cli_utils`` to create cli from functions easily.
    - Python API for completer command with ``xonsh.completer`` module functions.
    - Added new environment variable ``$PROMPT_TOKENS_FORMATTER``.
      That can be used to set a callable that receives all tokens in the prompt template.
      It gives option to format the prompt with different prefix based on other tokens values.
      Enables users to implement something like [powerline](https://github.com/vaaaaanquish/xontrib-powerline2)
      without resorting to separate $PROMPT_FIELDS. Works with ``ASYNC_PROMPT`` as well.
      Check the `PR <https://github.com/xonsh/xonsh/pull/3922>`_ for a snippet implementing powerline
    - PTK style rules can be defined in custom styles using the ``Token.PTK`` token prefix.
      For example ``custom_style["Token.PTK.CompletionMenu.Completion.Current"] = "bg:#ff0000 #fff"`` sets the ``completion-menu.completion.current`` PTK style to white on red.
    - Added new environment variable ``XONSH_STYLE_OVERRIDES``. It's a dictionary containing pygments/ptk style definitions that overrides the styles defined by ``XONSH_COLOR_STYLE``.
      For example::
      $XONSH_STYLE_OVERRIDES["Token.Literal.String.Single"] = "#00ff00"  # green 'strings' (pygments)
      $XONSH_STYLE_OVERRIDES["completion-menu"] = "bg:#ffff00 #000"  # black on yellow completion (ptk)
      $XONSH_STYLE_OVERRIDES["Token.PTK.CompletionMenu.Completion.Current"] = "bg:#ff0000 #fff" # current completion is white on red (ptk via pygments)
    - support PTK's clipboard integration if pyperclip is installed.
      So that some common emacs like
      `cut/copy <https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/examples/prompts/system-clipboard-integration.py>`_
      will work out of the box.
    - Added Python 3.9 to continuous integration.
    - ``open in google cloud shell`` button 🤩
    - Respect ignorespace present in $HISTCONTROL
    - ``_get_normalized_pstring_quote`` returns a consistent set of prefixes, and the quote, for all path-string variants e.g. inputs ``pr'`` and ``rp'`` both produce the tuple ``("pr", "'")``. This function is used by ``xonsh.completers.complete_path`` and ``xonsh.completers._path_from_partial_string``.
    - Added warning about huge amount of commands in CommandsCache that could affect on start speed.
    - New ``xonsh.procs`` subpackage for handling subprocess mode.
    - Environment variable ``$COMPLETION_MODE`` controls kind of TAB completion used with prompt-toolkit shell.
      ``default``, the default, retains prior Xonsh behavior: first TAB displays the common prefix of matching completions,
      next TAB selects the first or next available completion.
      ``menu-complete`` enables TAB behavior like ``readline`` command ``menu-complete``.  First TAB selects the first matching
      completion, subsequent TABs cycle through available completions till the last one.  Next TAB after that displays
      the common prefix, then the cycle repeats.
    - Added timing probes for prompt tokens, lexer and before prompt.
    - improve github actions by adding cache
    - ``xog`` xontrib - a simple command to establish and print temporary traceback
      log file.
    - Added ``xontribs`` section to the ``xonfig``.
    - added xontrib-avox-poetry(http://github.com/jnoortheen/xontrib-avox-poetry)
    - added xontrib-broot(http://github.com/jnoortheen/xontrib-broot)
    - added `xontrib-long-cmd-durations <https://github.com/jnoortheen/xontrib-cmd-durations>`_
    - added `xontrib-commands <https://github.com/jnoortheen/xontrib-commands>`_
    - added xontrib-powerline3(http://github.com/jnoortheen/xontrib-powerline3)
    - Added ``xontrib-zoxide`` to the list of xontribs.
    - Added ``xontrib-gitinfo`` to the list of xontribs.
    - Changed:
    - ``CommandPipeline.__repr__`` now returns formatted output wherein its printed
      attributes are also repr strings. This improves the output of ``!()``.
    - prompt-toolkit required version updated to >=3.0
    - group environment variables into categories.
    - The SQLite history backend now has the same logic of storing stdout to the memory like json history backend.
    - Using ``ujson`` (if installed) in LazyJSON to loading json history 15% faster.
    - use requirements.txt env in both CI/local/pre-commit checks
    - add caching to CI jobs to improve speed
    - The change that allows Nuitka build the xonsh binary.
    - Remove ``p``, ``rp`` and ``pr`` prefix from partial p-string used in ``xonsh.completers._path_from_partial_string``, such that ``ast.literal_eval`` does not raise ``SyntaxError``. ``pr`` and ``rp`` strings are now treated internally as raw strings, but the p-string quote is correctly returned.
    - Increment the prefix length when the prefix input to ``xonsh.completers.complete_path`` is a p-string. This preserves the length of the prefix for path-string variants.
    - Pygments debug messages about cache will be shoen only in debug mode.
    - ``ulimit`` builtin now operates on "soft" limits by default.
    - tests for vc-branch should accept both master and main
    - upgrade black formatter to version 20.8b1
    - Use ``xontribs_meta.py`` instead of ``xontribs.json``
    - Welcome message cosmetic changes.
    - rewrite xontribs/jedi.xsh -> xontribs/jedi.py to take advantage of python tooling
    - Deprecated:
    - ``PTK_STYLE_OVERRIDES`` has been deprecated, its function replaced by ``XONSH_STYLE_OVERRIDES``
    - The ``xonsh.proc`` module has been deprecated. Please use the new
      ``xonsh.procs`` subpackage instead. Deprecation warnings related to this
      have been added.
    - Removed:
    - The deprecated ``foreground`` decorator has been removed.
      Please use ``unthreadable`` instead.
    - ``xonsh.proc.unthreadable`` and ``xonsh.proc.uncapturable``
      have been moved to ``xonsh.tools``. Please import from
      this module instead.
    - Fixed:
    - Now the directory and the symlink to this directory will be read from PATH once. Increasing the startup speed on Linux.
    - Environment variable registration no longer fails to validate when the default
      is a callable.
    - Default values created from callables are stored on in the evironment.
    - Completers also recognize ``:`` as a valid split point for insertion for, e.g. pytest completions
      .. code
      pytest test_worker::<TAB>
    - Colorize ``and``/``or`` operators correctly like ``&&``/``||``
    - Speed of CommandsCache increased when aliases have multiple updates (i.e. init conda).
    - Now when loading RC files, xonsh will not fail to import modules located on
      the same folder.
    - Setting an alias with IO redirections (e.g ``ls | wc``) now works correctly.
    - PTK shell: ``window has no childres`` error while completion is triggered - https://github.com/xonsh/xonsh/issues/3963
    - make_xontrib - typerror - https://github.com/xonsh/xonsh/issues/3971
    - Fix libc detection on FreeBSD
    - Fix uptime functionality on FreeBSD
    - Updated History Backend tutorial.
    - enabled flake8 warning on ambiguous names. it is fun naming variables in coded words until oneday it looks like encrypted.
    - Added ANSI fallback for ``xonsh.tools.print_color`` if shell is not yet initialized. Fixes #3840.
    - ``./run-tests.xsh`` without arguments previously gave an esoteric error. It
      now prints help on how to run the tests.
    - The git customisation example in the .xonshrc docs uses the right module name

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/banner-2.jpg
/usr/share/doc/packages/xonsh-doc/docs/_static/banner-background.png
/usr/share/doc/packages/xonsh-doc/docs/_static/better_colors_windows.png
/usr/share/doc/packages/xonsh-doc/docs/_static/blue-bubbles.jpg
/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_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/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/_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/_templates_overwrite
/usr/share/doc/packages/xonsh-doc/docs/_templates_overwrite/index-old.html
/usr/share/doc/packages/xonsh-doc/docs/_templates_overwrite/layout.html
/usr/share/doc/packages/xonsh-doc/docs/advanced_events.rst
/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.rst
/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.rst
/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/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/serve_docs.py
/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, Mon Apr 29 23:40:03 2024