Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-x86_64-pc-windows-msvc.exe | 2021-04-08 | 1.1 MB | |
zoxide-x86_64-apple-darwin | 2021-04-08 | 1.3 MB | |
zoxide-x86_64-unknown-linux-musl | 2021-04-08 | 3.2 MB | |
zoxide-x86_64-unknown-linux-gnu | 2021-04-08 | 2.7 MB | |
zoxide-armv7-unknown-linux-musleabihf | 2021-04-08 | 3.3 MB | |
zoxide-armv7-unknown-linux-gnueabihf | 2021-04-08 | 2.7 MB | |
zoxide-aarch64-unknown-linux-gnu | 2021-04-08 | 2.6 MB | |
zoxide-aarch64-unknown-linux-musl | 2021-04-08 | 3.1 MB | |
README.md | 2021-04-08 | 701 Bytes | |
Totals: 9 Items | 19.9 MB | 0 |
Added
Changed
z
now excludes the current directory from search results.
Fixed
- Removed backtraces on Rust nightly.
- Generated shell code avoids using aliased builtins.
- Handle broken pipe errors gracefully when writing to streams.
- NUL file appearing in working directory on Windows.
- Accidental redefinition of hooks when initialized twice on some shells.
- zoxide unable to find itself on Xonsh shells.
Removed
- Aliases:
za
,zq
,zqi
,zr
,zri
. These are trivial aliases to zoxide that can easily be defined manually, and aren't very useful to most users.