Zoxide Versions Save

A smarter cd command. Supports all major shells.

v0.9.4

2 months ago

Changed

  • zsh: improved Space-Tab completions.

v0.9.3

2 months ago

Added

  • Nushell: support for v0.89.0.

v0.9.2

8 months ago

Added

  • Short option -a for zoxide query --all.

Fixed

  • PowerShell: use global scope for variables / functions.

v0.9.1

11 months ago

Added

  • Fish/Zsh: aliases on __zoxide_z will now use completions.
  • Nushell: add support for v0.78.0.
  • Fish: plugin now works on older versions.
  • PowerShell: warn when PowerShell version is too old for z - and z +.
  • PowerShell: support for PWD hooks on all versions.

Fixed

  • Fish: not providing cd completions when there is a space in the path.
  • Bash/Fish/Zsh: providing z completions when the last argument starts with z!.
  • Bash/Fish/Zsh: attempting to cd when the last argument is z!.

v0.9.0

1 year ago

Added

  • edit subcommand to adjust the scores of entries.

Fixed

  • Zsh: completions clashing with zsh-autocomplete.
  • Fzf: 'invalid option' on macOS.
  • PowerShell: handle UTF-8 encoding correctly.
  • Zsh: don't hide output from chpwd hooks.
  • Nushell: upgrade minimum supported version to v0.73.0.
  • Zsh: fix extra space in interactive completions when no match is found.
  • Fzf: various improvements.
  • Nushell: Accidental redefinition of hooks when initialized twice.

Removed

  • remove -i subcommand: use edit instead.

v0.8.3

1 year ago

Added

  • Nushell: support for z -.
  • Nushell: support for PWD hooks.

Changed

  • Fish: change fuzzy completion prefix to z!.
  • Zsh: allow z to navigate dirstack via +n and -n.
  • Fzf: improved preview window.

Fixed

  • Bash: double forward slash in completions.

v0.8.2

1 year ago

Changed

  • Fzf: show preview window below results.

Fixed

  • Bash/Fish/POSIX/Zsh: paths on Cygwin.
  • Fish: completions not working on certain systems.
  • Bash: completions not escaping spaces correctly.

v0.8.1

2 years ago

Changed

  • Manpages: moved to man/man1/*.1.
  • Replace --no-aliases with --no-cmd.
  • Elvish: upgrade minimum supported version to v0.18.0.
  • Nushell: upgrade minimum supported version to v0.61.0.

Fixed

  • Bash/Zsh: rename _z completion function to avoid conflicts with other shell plugins.
  • Fzf: added --keep-right option by default, upgrade minimum supported version to v0.21.0.
  • Bash: only enable completions on 4.4+.
  • Fzf: bypass ls alias in preview window.
  • Retain ownership of database file.
  • zoxide query --interactive should not conflict with --score.

v0.8.0

2 years ago

Added

  • Zsh: completions for z command.

Changed

  • Fzf: better default options.
  • Fish: interactive completions are only triggered when the last argument is empty.
  • PowerShell: installation instructions.

Fixed

  • PowerShell: use global scope for aliases.
  • Zsh: fix errors with set -eu.
  • Fzf: handle early selection.
  • PowerShell: correctly handle escape characters in paths.
  • Parse error on Cygwin/MSYS due to CRLF line endings.
  • Fzf: handle spaces correctly in preview window.
  • Bash: avoid initializing completions on older versions.
  • Fzf: avoid launching binary from current directory on Windows.

v0.7.9

2 years ago

Changed

  • Bash/Fish: improved completions for z command.

Fixed

  • Fish: error erasing completions on older versions.
  • PowerShell: enable --cmd cd to replace the cd command.