Revert "remove finder"

This reverts commit 4e71489616.
This commit is contained in:
Ivar Fatland
2026-05-09 22:56:46 +02:00
parent 4e71489616
commit e57750c275
+1
View File
@@ -1,6 +1,7 @@
ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \
grep '\.app$' | \ grep '\.app$' | \
sed 's/\.app$//g' | \ sed 's/\.app$//g' | \
{ cat; echo "Finder"; } | \
sort | \ sort | \
raymenu | \ raymenu | \
xargs -I {} open -n -a "{}.app" xargs -I {} open -n -a "{}.app"