Would be nice if - instead of just getting the link - you could avoid Nextcloud and copy the screenshot directly to clipboard instead.
Useful for pasting in chat apps like Telegram, Twitter etc or even sites like StackOverflow that have "paste to upload image" functionality.
All it takes is adding -t image/png to the copy command so that xclip knows it's an image, but we'll also need an extra runtime arg to toggle between copying the link or image.
Would be nice if - instead of just getting the link - you could avoid Nextcloud and copy the screenshot directly to clipboard instead.
Useful for pasting in chat apps like Telegram, Twitter etc or even sites like StackOverflow that have "paste to upload image" functionality.
All it takes is adding
-t image/png
to the copy command so thatxclip
knows it's an image, but we'll also need an extra runtime arg to toggle between copying the link or image.