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
+1 -1
View File
@@ -2397,7 +2397,7 @@ class PipelineHubApp(App):
query = f"hash:{hash_value}"
base_copy = (
f"file -search -instance {json.dumps(store_name)} {json.dumps(query)}"
f"file -instance {json.dumps(store_name)} -query {json.dumps(query)}"
f" | file -add -instance {json.dumps(selected_store)}"
)
if action == "move_to_selected_store":