scoop-search@2.1.0: Update hook guidance in notes (#7140)

This commit is contained in:
Brandon Knight 2025-09-11 13:40:43 -04:00 committed by GitHub
parent 7b22fc9ce6
commit 5d48aafdf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
"description": "Fast scoop search drop-in replacement", "description": "Fast scoop search drop-in replacement",
"homepage": "https://github.com/shilangyu/scoop-search", "homepage": "https://github.com/shilangyu/scoop-search",
"license": "MIT", "license": "MIT",
"notes": "To replace built-in scoop search, add this to $PROFILE: Invoke-Expression (&scoop-search --hook)", "notes": "To replace built-in scoop search, add this to $PROFILE: . ([ScriptBlock]::Create((& scoop-search --hook | Out-String)))",
"url": "https://github.com/shilangyu/scoop-search/releases/download/v2.1.0/scoop-search.exe", "url": "https://github.com/shilangyu/scoop-search/releases/download/v2.1.0/scoop-search.exe",
"hash": "387ef78ad8c212a36bb38077e67b51adaec1cee8bbcdc50f35d1107d1fe70705", "hash": "387ef78ad8c212a36bb38077e67b51adaec1cee8bbcdc50f35d1107d1fe70705",
"bin": "scoop-search.exe", "bin": "scoop-search.exe",