From 4ba82ce81786df36ab3f7727cf74d10795824023 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 30 May 2020 02:00:38 +0530 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) 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