Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-aarch64-pc-windows-msvc.zip | 2021-05-02 | 405.3 kB | |
zoxide-aarch64-unknown-linux-musl.tar.gz | 2021-05-02 | 1.0 MB | |
zoxide-armv7-unknown-linux-musleabihf.tar.gz | 2021-05-02 | 1.2 MB | |
zoxide-x86_64-apple-darwin.tar.gz | 2021-05-02 | 517.6 kB | |
zoxide-x86_64-pc-windows-msvc.zip | 2021-05-02 | 430.1 kB | |
zoxide-x86_64-unknown-linux-musl.tar.gz | 2021-05-02 | 1.0 MB | |
README.md | 2021-05-02 | 536 Bytes | |
Totals: 7 Items | 4.6 MB | 0 |
Added
- Manpages for all subcommands.
- Default prompt for Nushell.
Changed
zoxide remove -i
now accepts multiple selections.zoxide add
no longer accepts zero parameters.$_ZO_EXCLUDE_DIRS
now defaults to"$HOME"
.- Binary releases now use
.zip
on Windows,.tar.gz
otherwise.
Fixed
cd -
on fish shells.__zoxide_hook
no longer changes value of$?
within$PROMPT_COMMAND
on bash.
Removed
- GitHub install script.
- Release binaries built with
glibc
, usemusl
instead.