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
Ondřej Súkup2025-05-28 15:13:05 +00:00
268d68965c
Accepting request 1244669 from utilities
Ana Guerrero2025-02-10 16:29:11 +00:00
5de10e1698
- Update to 0.9.7: Added: * Nushell: support for 0.102.0. * Bash / Zsh: add doctor to diagnose common issues. Fixed: * ksh: alias to regular POSIX implementation for better compatibility.
Andreas Schneider
2025-02-10 07:51:29 +00:00
13e8913080
- Update to 0.9.6: * Fish: builtin abbr doesn't work on older versions. * Zsh: make __zoxide_z_complete available with --no-cmd.
Andreas Schneider
2024-09-21 12:08:12 +00:00
3b2e71dbb4
Accepting request 1201228 from utilities
Ana Guerrero2024-09-16 15:42:21 +00:00
3165ddd7bd
- Update to 0.9.5: Added: * zsh: improved cd completions. * Lazily delete excluded directories from the database. * fish: detect infinite loop when using alias cd=z. * Installer: added flags for --bin-dir, --man-dir, --arch, and --sudo. * Nushell: support for v0.94.0+. * bash/fish/zsh: support for z -- dir style queries. * fish: improved Space-Tab completions. * ksh: added support for the Korn shell. Changed: * fzf: removed --select-1 from default options. The interactive selector will now open up even if there is only one match. * Enforce that $_ZO_DATA_DIR is an absolute path. Fixed: * zsh: Space-Tab completion repeating output multiple times when matching single directory * fish / Nushell / PowerShell: handle queries that look like args (e.g. z -x). * elvish: z - now works as expected. * fish: generated shell code avoids using aliased builtins. * fish: cd command is now copied directly from $__fish_data_dir/functions/cd.fish. This should minimize the chances of an infinite loop when aliasing cd=z. * Symlinks not getting added to the database when $_ZO_RESOLVE_SYMLINKS=0. * Symlinked database files getting replaced instead of the actual files. - Use new cargo service features for package
Andreas Schneider
2024-09-15 07:53:44 +00:00
2bca766c69
Accepting request 1148400 from utilities
Ana Guerrero2024-02-21 16:58:01 +00:00
c8df2e2b54
- Update to 0.9.4: * zsh: improved Space-Tab completions - Update to 0.9.3:
Michael Vetter2024-02-21 06:26:20 +00:00
ffae22acab
Accepting request 1146530 from utilities
Ana Guerrero2024-02-14 22:19:19 +00:00
6163cc50f3
Accepting request 1146308 from home:jubalh:branches:utilities
Andreas Schneider
2024-02-14 09:22:18 +00:00