Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-x86_64-apple-darwin | 2020-05-03 | 997.1 kB | |
zoxide-armv7-unknown-linux-musleabihf | 2020-05-03 | 2.6 MB | |
zoxide-x86_64-unknown-linux-musl | 2020-05-03 | 2.3 MB | |
zoxide-x86_64-unknown-linux-gnu | 2020-05-03 | 2.1 MB | |
README.md | 2020-05-03 | 815 Bytes | |
Totals: 5 Items | 8.0 MB | 0 |
Added
- Interactive mode for removing entries (
zoxide remove -i
). - Aliases for interactive
query
andremove
(zqi
andzri
respectively). - PWD hooks for POSIX shells.
Changed
zoxide remove
now throws an error if there was no match in the database.- Interactive mode in
zoxide
no longer throws an error iffzf
exits gracefully. - Canonicalize to regular paths instead of UNC paths on Windows.
zoxide init
now uses PWD hooks by default for better performance.$_ZO_ECHO
now only works when set to1
.- Using the
--z-cmd
flag now also renames the associated aliases. - The
--z-cmd
flag has been renamed to--cmd
. - The
--no-define-aliases
flag has been renamed to--no-aliases
.
Fixed
- fish no longer
cd
s to the user's home when no match is found.