update local and mpv plugins, add file cmdlet, update docs

This commit is contained in:
2026-05-14 17:15:13 -07:00
parent 9f0eb29289
commit 036977832b
10 changed files with 653 additions and 297 deletions
+2 -2
View File
@@ -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>"',
),
]