Path to this page:
./
sysutils/zoxide,
Faster way to navigate your filesystem
Branch: CURRENT,
Version: 0.9.6,
Package name: zoxide-0.9.6,
Maintainer: pinzoxide is a blazing fast alternative to cd, inspired by z and z.lua.
It keeps track of the directories you use most frequently, and uses a ranking
algorithm to navigate to the best match.
Master sites:
Filesize: 948.929 KB
Version history: (Expand)
- (2024-09-22) Updated to version: zoxide-0.9.6
- (2024-09-13) Updated to version: zoxide-0.9.5
- (2024-02-21) Updated to version: zoxide-0.9.4
- (2024-02-13) Updated to version: zoxide-0.9.3
- (2023-08-04) Updated to version: zoxide-0.9.2
- (2023-05-07) Updated to version: zoxide-0.9.1
CVS history: (Expand)
2024-09-22 15:30:19 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.6
Fixed
- Fish: builtin abbr doesn't work on older versions.
- Zsh: make __zoxide_z_complete available with --no-cmd.
|
2024-09-13 11:41:38 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.5
0.9.5 - 2024-09-13
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.
|
2024-02-21 05:21:02 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.4
Changed
- zsh: improved Space-Tab completions.
|
2024-02-13 09:08:22 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.3
0.9.3 - 2024-02-13
Added
- Nushell: support for v0.89.0.
|
2023-08-04 11:02:48 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.2
0.9.2 - 2023-08-04
Added
- Short option -a for zoxide query --all.
Fixed
- PowerShell: use global scope for variables / functions.
|
2023-05-18 00:13:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
zoxide: use cargo.mk's install
|
2023-05-07 20:24:49 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.1
0.9.1 - 2023-05-07
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!.
|
2023-01-23 22:09:54 by pin | Files touched by this commit (3) | |
Log message:
sysutils/zoxide: update to 0.9.0
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.
|