diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index f4c2a44..f56631b 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -3,5 +3,5 @@ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applica sed 's/\.app$//g' | \ { cat; echo "Finder"; } | \ sort | \ - choose -z -a -p "Open App" | \ + raymenu | \ xargs -I {} open -n -a "{}.app"