v0.9.8
0.9.8
Added 4
- Support for Tcsh
- Added --score flag to zoxide add
- POSIX: add doctor to diagnose common issues
- Nushell: add CLI completions
Changed 1
- Bash: zoxide will now automatically cd when selecting Space-Tab completions
Fixed 8
- 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
- Support for Tcsh.
- Added
--scoreflag tozoxide add. - POSIX: add doctor to diagnose common issues.
- Nushell: add CLI completions.
Changed
- Bash: zoxide will now automatically
cdwhen selecting Space-Tab completions.
Fixed
- Bash: doctor now handles
PROMPT_COMMANDbeing 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
$errorwhen defining__zoxide_hooked. - PowerShell: handle special characters in file paths when
cd-ing into them. - Database corruption issue when the filesystem is 100% full.