Skip to content

Instantly share code, notes, and snippets.

@ajboni
Created September 24, 2018 07:03
Show Gist options
  • Select an option

  • Save ajboni/9952c0bbeac865a165aeb74727561baa to your computer and use it in GitHub Desktop.

Select an option

Save ajboni/9952c0bbeac865a165aeb74727561baa to your computer and use it in GitHub Desktop.
# Get a screenshot area, save it to clipboard AND Save it to file
maim -s | xclip -selection clipboard -t image/png && xclip -selection clipboard -o > ~/screenshots/$(date +%s).png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment