From 82c41acfbfbe4fdd87422566034fbbaca0a307e8 Mon Sep 17 00:00:00 2001 From: JINNOUCHI Yasushi Date: Sat, 6 Jul 2024 16:44:31 +0900 Subject: [PATCH] docs: add doc about `workspace` for query() (#219) --- doc/telescope-frecency.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/telescope-frecency.txt b/doc/telescope-frecency.txt index 8fc73e5..f228ad4 100644 --- a/doc/telescope-frecency.txt +++ b/doc/telescope-frecency.txt @@ -307,6 +307,13 @@ Options: *telescope-frecency-function-query-options* `path`: Absolute path for the file. `score`: Recency score to be used in frecency picker. `timestamps`: UNIX timestamps that the file has been opened at. + *telescope-frecency-function-query-options-workspace* + - `workspace` type: `string?` + default: `nil` + This applies |telescope-frecency-introduction-workspace-filter| + into query results. You can limit candidates to ones that + exist below the directory specified this value. See also + |telescope-frecency-usage|. ==============================================================================