Added
- Support for Tcsh.
- Added
--score
flag tozoxide 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.