Skip to content

Instantly share code, notes, and snippets.

@chosenonehacks
Created September 13, 2017 07:55
Show Gist options
  • Save chosenonehacks/d0fe08f2c74d2d99442a0ac76fb48232 to your computer and use it in GitHub Desktop.
Save chosenonehacks/d0fe08f2c74d2d99442a0ac76fb48232 to your computer and use it in GitHub Desktop.
Handy and fast screenshot alias in cmd line
#It'll create a screenshot of the selected area and save the file in your home dir.
$ alias ss='import ~/ss-$(date +%F_%H%M_%S).png'
$ ss
#to View
$ display ss-2017-09-13_0350_20.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment