Files
dotfiles/aerospace/bin/open-applicaiton.sh
T
Ivar Fatland e57750c275 Revert "remove finder"
This reverts commit 4e71489616.
2026-05-09 22:56:46 +02:00

8 lines
337 B
Bash

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"