Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 12:46

Added

  • Interactive mode for removing entries (zoxide remove -i).
  • Aliases for interactive query and remove (zqi and zri respectively).
  • PWD hooks for POSIX shells.

Changed

  • zoxide remove now throws an error if there was no match in the database.
  • Interactive mode in zoxide no longer throws an error if fzf exits gracefully.
  • Canonicalize to regular paths instead of UNC paths on Windows.
  • zoxide init now uses PWD hooks by default for better performance.
  • $_ZO_ECHO now only works when set to 1.
  • Using the --z-cmd flag now also renames the associated aliases.
  • The --z-cmd flag has been renamed to --cmd.
  • The --no-define-aliases flag has been renamed to --no-aliases.

Fixed

  • fish no longer cds to the user's home when no match is found.