Created
October 17, 2024 12:34
-
-
Save scagood/bddfe520d4c7583c73af3d4ae497907e to your computer and use it in GitHub Desktop.
My screenshot shortcuts for spectacle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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