This commit is contained in:
2025-08-16 21:50:47 +08:00
parent e8f28f72d9
commit 4fc054522b
7 changed files with 127 additions and 0 deletions

19
sh/restart-finder.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Restart the Finder
# @raycast.mode silent
# @raycast.packageName System
# Optional parameters:
# @raycast.icon 💀
# @raycast.author Jordi Clement
# @raycast.authorURL https://github.com/jordicl
# Documentation:
# @raycast.description Restart the Finder
killall Finder
echo "Restarted the Finder"