mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-25 14:07:35 +00:00
Update README and CHANGELOG
This commit is contained in:
parent
19bac0b31a
commit
4ba82ce817
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added
|
||||
|
||||
- `$_ZO_FZF_OPTS` to specify custom options for `fzf`
|
||||
- `zoxide query --list` to list all matches
|
||||
|
||||
### Changed
|
||||
|
||||
- `zri` is now a shell function.
|
||||
|
@ -204,6 +204,7 @@ eval "$(zoxide init zsh)"
|
||||
- `$_ZO_ECHO`: when set to `1`, `z` will print the matched directory before navigating to it
|
||||
- `$_ZO_EXCLUDE_DIRS`: list of directories separated by platform-specific characters
|
||||
("`:`" on Linux/macOS, "`;`" on Windows) to be excluded from the database
|
||||
- `$_ZO_FZF_OPTS`: custom flags to pass to `fzf`
|
||||
- `$_ZO_MAXAGE`: sets the maximum total rank after which entries start getting deleted
|
||||
|
||||
[`dirs` documentation]: https://docs.rs/dirs/latest/dirs/fn.data_local_dir.html
|
||||
|
Loading…
Reference in New Issue
Block a user