From e57750c2750e7b5cff1aa744d238067aa96dc344 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 9 May 2026 22:56:46 +0200 Subject: [PATCH] Revert "remove finder" This reverts commit 4e714896164e5c7fcc63c2c77592fd7aaeb4abec. --- aerospace/bin/open-applicaiton.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index f1c4d2d..f56631b 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -1,6 +1,7 @@ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \ grep '\.app$' | \ sed 's/\.app$//g' | \ + { cat; echo "Finder"; } | \ sort | \ raymenu | \ xargs -I {} open -n -a "{}.app"