Skip to content

Instantly share code, notes, and snippets.

@net-tech
Created February 15, 2023 14:07
Show Gist options
  • Save net-tech/ab30246e65717999241bee8bfec9eaa5 to your computer and use it in GitHub Desktop.
Save net-tech/ab30246e65717999241bee8bfec9eaa5 to your computer and use it in GitHub Desktop.
A small Raycast script command to start your computer's screensaver.
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Start screensaver
# @raycast.mode silent
# Optional parameters:
# @raycast.icon 🖥️
# Documentation:
# @raycast.description Starts the MacOS Screensaver
# @raycast.author net-tech-
# @raycast.authorURL https://github.com/net-tech
/System/Library/CoreServices/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment