update local and mpv plugins, add file cmdlet, update docs
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ PIPELINE_PRESETS: List[PipelinePreset] = [
|
||||
PipelinePreset(
|
||||
label="Search Local Library",
|
||||
description=
|
||||
"Run file -search against the local library and emit a result table for further piping.",
|
||||
pipeline='file -search -library local -query "<keywords>"',
|
||||
"Run file -query against the local library and emit a result table for further piping.",
|
||||
pipeline='file -library local -query "<keywords>"',
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user