From 7590ad02c359691189f09ce87f061f02d89db836 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 2 Mar 2023 10:15:48 +0100 Subject: [PATCH] update readme for fzf --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1c188ee..87206d8 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Features: * Store files and directories sizes * Store md5 hash of files * Ability to update the catalog + * Support for `fzf` for finding files * Tag your different storages with additional information * Export catalog to CSV @@ -175,6 +176,13 @@ See the [examples](#examples) for more. Files and directories can be found based on their names using the `find` command. + +`Find` support two formats that allow to use `fzf` for +searching: + +* `--format=fzf-native`: display the result in native format +* `--format=fzf-csv`: display the result in csv + See the [examples](#examples) for more. ## Display entire hierarchy