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.
|
2022-09-02 13:46:16 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/zoxide: update to 0.8.3
0.8.3 - 2022-09-02
Added
- Nushell: support for z -.
- Nushell: support for PWD hooks.
Changed
- Fish: change fuzzy completion prefix to z!.
- Zsh: allow z to navigate dirstack via +n and -n.
- Fzf: improved preview window.
Fixed
- Bash: double forward slash in completions.
|
2022-06-28 11:33:24 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/zoxide: update to 0.8.2
Changed
Fzf: show preview window below results.
Fixed
Bash/Fish/Posix/Zsh: paths on Cygwin.
Fish: completions not working on certain systems.
Bash: completions not escaping spaces correctly.
|
2022-05-19 10:53:19 by pin | Files touched by this commit (3) |
Log message:
sysutils/zoxide: fix broken build
Rev bumb for changed crates.
|
2022-04-28 09:34:10 by pin | Files touched by this commit (1) |
Log message:
sysutils/zoxide: fix broken checksum
|
2022-04-22 23:55:05 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/zoxide: update to 0.8.1
Changed
-Manpages: moved to man/man1/*.1.
-Replace --no-aliases with --no-cmd.
-Elvish: upgrade minimum supported version to v0.18.0.
-Nushell: upgrade minimum supported version to v0.61.0.
Fixed
-Bash/Zsh: rename _z completion function to avoid conflicts with other
shell plugins.
-Fzf: added --keep-right option by default, upgrade minimum supported
version to v0.21.0.
-Bash: only enable completions on 4.4+.
-Fzf: bypass ls alias in preview window.
-Retain ownership of database file.
-zoxide query --interactive should not conflict with --score.
|
2021-12-29 06:54:01 by pin | Files touched by this commit (3) |  |
Log message:
sysutils/zoxide: update to 0.8.0
Added
-Zsh: completions for z command.
Changed
-Fzf: better default options.
-Fish: interactive completions are only triggered when the last argument is
empty.
-PowerShell: installation instructions.
Fixed
-PowerShell: use global scope for aliases.
-Zsh: fix errors with set -eu.
-Fzf: handle early selection.
-PowerShell: correctly handle escape characters in paths.
-Parse error on Cygwin/MSYS due to CRLF line endings.
-Fzf: handle spaces correctly in preview window.
-Bash: avoid initializing completions on older versions.
-Fzf: avoid launching binary from current directory on Windows.
|