Skip to content

Instantly share code, notes, and snippets.

@i3130002
Last active September 17, 2022 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i3130002/fda56b5fc5a2eda5832bbc217c6c9072 to your computer and use it in GitHub Desktop.
Save i3130002/fda56b5fc5a2eda5832bbc217c6c9072 to your computer and use it in GitHub Desktop.
gnome-screenshot area to ~pictures/gnome-screenshot/
#!/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