Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-v0.8.0-aarch64-pc-windows-msvc.zip | 2021-12-24 | 426.9 kB | |
zoxide-v0.8.0-arm-unknown-linux-musleabihf.tar.gz | 2021-12-24 | 1.1 MB | |
zoxide-v0.8.0-x86_64-unknown-linux-musl.tar.gz | 2021-12-24 | 963.9 kB | |
zoxide-v0.8.0-x86_64-pc-windows-msvc.zip | 2021-12-24 | 446.7 kB | |
zoxide-v0.8.0-armv7-unknown-linux-musleabihf.tar.gz | 2021-12-24 | 1.1 MB | |
zoxide-v0.8.0-aarch64-apple-darwin.tar.gz | 2021-12-24 | 506.4 kB | |
zoxide-v0.8.0-aarch64-unknown-linux-musl.tar.gz | 2021-12-24 | 955.0 kB | |
zoxide-v0.8.0-x86_64-apple-darwin.tar.gz | 2021-12-24 | 534.2 kB | |
README.md | 2021-12-24 | 643 Bytes | |
v0.8.0.tar.gz | 2021-12-24 | 461.2 kB | |
v0.8.0.zip | 2021-12-24 | 482.3 kB | |
Totals: 11 Items | 7.1 MB | 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.