Skip to content

Instantly share code, notes, and snippets.

@scagood
Created October 17, 2024 12:34
Show Gist options
  • Save scagood/bddfe520d4c7583c73af3d4ae497907e to your computer and use it in GitHub Desktop.
Save scagood/bddfe520d4c7583c73af3d4ae497907e to your computer and use it in GitHub Desktop.
My screenshot shortcuts for spectacle
# All
spectacle -f -b -n -c -o "$HOME/Pictures/Screenshots/Desktop/$(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ).jpg"
# Monitor
spectacle -m -b -n -c -o "$HOME/Pictures/Screenshots/Monitor/$(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ).jpg"
# Window
spectacle -m -b -n -c -o "$HOME/Pictures/Screenshots/Window/$(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ).jpg"
# Area
spectacle -r -b -n -c -o "$HOME/Pictures/Screenshots/Area/$(TZ=UTC date +%Y-%m-%dT%H:%M:%SZ).jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment