docs: add doc about workspace for query() (#219)

This commit is contained in:
JINNOUCHI Yasushi 2024-07-06 16:44:31 +09:00 committed by GitHub
parent 8f593064f7
commit 82c41acfbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -307,6 +307,13 @@ Options: *telescope-frecency-function-query-options*
`path`: Absolute path for the file. `path`: Absolute path for the file.
`score`: Recency score to be used in frecency picker. `score`: Recency score to be used in frecency picker.
`timestamps`: UNIX timestamps that the file has been opened at. `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|.
============================================================================== ==============================================================================