diff --git a/CHANGELOG.md b/CHANGELOG.md index 370aeba..07851f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 0b65d3e..c637acd 100644 --- a/README.md +++ b/README.md @@ -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