Skip to content

Instantly share code, notes, and snippets.

@leveled
Created February 3, 2021 14:52
Show Gist options
  • Save leveled/995e0ddf350ac2e28ff591c28f7f9d79 to your computer and use it in GitHub Desktop.
Save leveled/995e0ddf350ac2e28ff591c28f7f9d79 to your computer and use it in GitHub Desktop.
Selection from clipboard to image on linux
xclip –selection clipboard –t image/png (or jpg if it is available) –o > /tmp/nameofyourfile.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment