1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 19:40:07 +00:00

refactor quick launcher metadata and docs

This commit is contained in:
tw93
2026-02-24 14:24:46 +08:00
parent db602a0022
commit 7dac5dc4e2
3 changed files with 42 additions and 24 deletions

View File

@@ -84,6 +84,8 @@ EOF
run env HOME="$HOME" TERM="dumb" PATH="$fake_bin:/usr/bin:/bin:/usr/sbin:/sbin" \
"$PROJECT_ROOT/scripts/setup-quick-launchers.sh"
[ "$status" -eq 0 ]
[[ "$output" == *"Raycast: Mole Clean | Alfred keyword: clean"* ]]
[[ "$output" == *"Raycast: Mole Status | Alfred keyword: status"* ]]
local raycast_dir="$HOME/Library/Application Support/Raycast/script-commands"
[ -d "$raycast_dir" ]