summaryrefslogtreecommitdiff
path: root/sysutils/zoxide
AgeCommit message (Collapse)AuthorFilesLines
2022-09-02sysutils/zoxide: update to 0.8.3pin3-319/+123
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-28sysutils/zoxide: update to 0.8.2pin3-136/+327
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-19sysutils/zoxide: fix broken buildpin3-15/+12
Rev bumb for changed crates.
2022-04-28sysutils/zoxide: fix broken checksumpin1-4/+4
2022-04-22sysutils/zoxide: update to 0.8.1pin3-198/+221
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-29sysutils/zoxide: update to 0.8.0pin3-147/+115
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.
2021-11-02sysutils/zoxide: update to 0.7.9pin2-6/+6
Changed -Bash/Fish: improved completions for z command. Fixed -Fish: error erasing completions on older versions. -PowerShell: enable --cmd cd to replace the cd command.
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-98/+98
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-21sysutils/zoxide: update to 0.7.8pin3-35/+39
Added -Auto-generated completions for Fig. Fixed -Fix compile errors due to broken clap dependency.
2021-10-15sysutils/zoxide: update to 0.7.7pin2-6/+6
-Fix PowerShell: Hook not initializing correctly.
2021-10-13sysutils/zoxide: update to 0.7.6pin3-51/+103
Changed: -Nushell: upgrade minimum supported version to v0.37.0. Fixed: -Xonsh: error messages in zi. -Xonsh: configuration environment variables not being handled correctly.
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-84/+1
2021-09-11sysutils/zoxide: update to 0.7.5pin3-110/+108
0.7.5 - 2020-09-09 Added: -Bash/Elvish: completions for z command. Changed: -Nushell: upgrade minimum supported version to v0.36.0. -Nushell: easier installation instructions. Fixed: -Elvish: unable to z into directories by path. -Elvish: don't show traceback when z or zi fails. -Elvish: nested shells do not initialize correctly. 0.7.4 - 2020-08-15 Fixed: -Compile error with clap v3.0.0-beta.4.
2021-08-16sysutils/zoxide: add explanationpin1-2/+3
2021-08-15sysutils/zoxide: add comment to Makefilepin1-1/+2
2021-08-06sysutils/zoxide: update to 0.7.3pin3-173/+140
0.7.3 - 2020-08-05 Added: -zoxide add and zoxide remove now accept multiple arguments. Fixed: -Nushell: errors on 0.33.0. -PowerShell: errors when initializing in StrictMode. -Bash/POSIX: remove conflicting alias definitions when initializing. -Bash: remove extra semicolon when setting $PROMPT_COMMAND. -Xonsh: use shell environment instead of os.environ.
2021-08-05sysutils/zoxide: simplify Makefilepin1-3/+1
2021-06-10sysutils/zoxide: update to 0.7.2pin3-88/+108
0.7.2 ===== Fixed: -zoxide -V not printing version. 0.7.1 ===== Added: -Auto-generated shell completions. -zoxide query --all for listing deleted directories. -Lazy deletion for removed directories that have not been accessed in > 90 days. -Nushell: support for 0.32.0+. Fixed: -Nushell: avoid calling __zoxide_hook on non-filesystem subshells. -Fish: alias cd=z now works, but it must be done after calling zoxide init. -PowerShell: avoid calling __zoxide_hook on non-filesystem providers. -Fish: avoid calling __zoxide_hook in private mode.
2021-05-02sysutils/zoxide: update to 0.7.0pin4-67/+77
- Rework release script (#199) - add armv7/aarch64 support to installer (#198) - Multi-select for zoxide remove -i (#192) - _ZO_EXCLUDE_DIRS should default to "$HOME" (#194) - Fix return values in Bash hook (#196) - Add default prompt for nushell (#191) - Compile-time warning when git is missing (#187) - Performance improvements for queries (#185) - Add manpage (#183) - Fix cd - on fish (#179) - Update README
2021-04-09sysutils/zoxide: update to 0.6.0pin3-183/+268
-Add support for Elvish (#174) -Use Nushell from Nixpkgs unstable (#171) -Make z exclude current directory (#173) -Append __zoxide_hook to front of PROMPT_COMMAND (#170) -Add support for Nushell (#164) -Find zoxide in Xonsh shells (#168) -Reference integration with nnn (autojump plugin) (#166) -Fix CI (#161) -Remove barely-used aliases (#158) -Use variable to prevent hook redefinition (#154) -Use /dev/null on Unix shells (#152) -Specified external call to cd for fish (#146) -Remove cargo-udeps -Handle write errors gracefully (#143) -Use builtin in shells (#141) -Use zero copy deserialization (#138) -Forcibly disable backtraces (#130) -Start fish in an isolated env (#128) -Run shell tests in a clean env -Add NetBSD and Alpine Linux install instructions -Use Nix for testing -Split tests -Change install instructions, add third-party integrations and update README -Add Termux install instructions -Update installation instructions
2020-11-25sysutils/zoxide: moved from textproc/zoxidepin5-0/+378