Created
February 3, 2021 14:52
-
-
Save leveled/995e0ddf350ac2e28ff591c28f7f9d79 to your computer and use it in GitHub Desktop.
Selection from clipboard to image on linux
This file contains hidden or 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
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