Last active
September 17, 2022 07:23
-
-
Save i3130002/fda56b5fc5a2eda5832bbc217c6c9072 to your computer and use it in GitHub Desktop.
gnome-screenshot area to ~pictures/gnome-screenshot/
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
#!/usr/bin/env bash | |
now=`date +"%Y-%m-%d %H-%M-%S"` | |
gnome-screenshot -a -f "Pictures/gnome-screenshot/${now}.png" | |
# One can use keyboard shortcuts to call above script and ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment