Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
zoxide-x86_64-apple-darwin | 2020-03-30 | 1.0 MB | |
zoxide-armv7-unknown-linux-musleabihf | 2020-03-30 | 2.5 MB | |
zoxide-x86_64-unknown-linux-musl | 2020-03-30 | 2.4 MB | |
zoxide-x86_64-unknown-linux-gnu | 2020-03-30 | 2.1 MB | |
README.md | 2020-03-30 | 539 Bytes | |
Totals: 5 Items | 8.0 MB | 0 |
Added
- Automatic migration from
v0.2.x
databases. $_ZO_EXCLUDE_DIRS
to prevent certain directories from being added to the database.- Support for POSIX-compliant shells.
Changed
- Database location defaults to user's local data directory.
- Database schema now includes a version number.
migrate
subcommand renamed toimport
.
Fixed
- Achieve thread safety using unique temporary database file names for each
zoxide
instance. - Incomprehensive "could not allocate" message on database corruption.