remove finder

It does not support launching multiple instances anymore.
It used to just spawn another window, since finder can technically only
have one instance. Now however it fails. Maybe I should install a Finder
alternative
This commit is contained in:
Ivar Fatland
2026-05-09 22:55:05 +02:00
parent ecf0de89ef
commit 4e71489616
-1
View File
@@ -1,7 +1,6 @@
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"