add the open app and terminal scripts to aerospace config
This commit is contained in:
@@ -0,0 +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 | \
|
||||
choose -z -a -p "Open App" | \
|
||||
xargs -I {} open -n -a "{}.app"
|
||||
Reference in New Issue
Block a user