Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-aarch64-pc-windows-msvc.zip | 2021-06-09 | 402.8 kB | |
zoxide-aarch64-unknown-linux-musl.tar.gz | 2021-06-09 | 1.0 MB | |
zoxide-armv7-unknown-linux-musleabihf.tar.gz | 2021-06-09 | 1.2 MB | |
zoxide-x86_64-apple-darwin.tar.gz | 2021-06-09 | 516.6 kB | |
zoxide-x86_64-pc-windows-msvc.zip | 2021-06-09 | 425.7 kB | |
zoxide-x86_64-unknown-linux-musl.tar.gz | 2021-06-09 | 1.0 MB | |
README.md | 2021-06-09 | 515 Bytes | |
Totals: 7 Items | 4.5 MB | 0 |
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 callingzoxide init
. - PowerShell: avoid calling
__zoxide_hook
on non-filesystem providers. - Fish: avoid calling
__zoxide_hook
in private mode.