Files
zoxide/_service
Ondřej Súkup dbec0eb13c - Update to 0.9.8:
Added
  * Support for Tcsh.
  * Added --score flag to zoxide add.
  * POSIX: add doctor to diagnose common issues.
  * Nushell: add CLI completions.
  Changed
  * Bash: zoxide will now automatically cd when selecting Space-Tab completions.
  Fixed
  * Bash: doctor now handles PROMPT_COMMAND being an array.
  * Bash: doctor now handles Visual Studio Code's shell integration.
  * Bash: completions now work with ble.sh.
  * Nushell: stop ignoring symlinks when cd-ing into a directory.
  * Fzf: updated minimum supported version to v0.51.0.
  * PowerShell: avoid setting $error when defining __zoxide_hooked.
  * PowerShell: handle special characters in file paths when cd-ing into them.
  * Database corruption issue when the filesystem is 100% full.
- added %check section to run unit tests
- compress manpages

OBS-URL: https://build.opensuse.org/package/show/utilities/zoxide?expand=0&rev=29
2025-05-28 15:13:05 +00:00

22 lines
811 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ajeetdsouza/zoxide</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v0.9.8</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">zoxide</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">zoxide</param>
<param name="compression">xz</param>
</service>
</services>