Copy Image To Clipboard
I have not found a way to do this in docs. If this is implemented already, let me know! Thank you.
C.f. https://askubuntu.com/questions/759651/how-to-copy-an-image-to-the-clipboard-from-a-file-using-command-line and https://github.com/derf/feh/issues/155#issuecomment-40683903 best chance at the moment would be something like this:
feh --action1 'xclip -selection clipboard -t image/png -i %F'
Of course that's not gonna work as a "screenshot" feature, it'll only copy over from the file.
can you also bind this to a hotkey inside of feh -> imagine the following situation ... opening a picture you like with feh and want to share with a friend feh open's picture press button change window (alt+tab) press insert
PS: -> even in slideshow modus i only want the current visible picture
Why not simply add a "copy" option into the menu that appears when I right-click?
Why not simply add a "copy" option into the menu that appears when I right-click?
Some people (tiling window managers for example) prefer to not even touch the mouse. I try to reduce my move actions too (reduce strain on my hands to reduce the risk of problems with the tendons)
Why not simply add a "copy" option into the menu that appears when I right-click?
Some people (tiling window managers for example) prefer to not even touch the mouse. I try to reduce my move actions too (reduce strain on my hands to reduce the risk of problems with the tendons)
That's like saying "Hey, sorry, our OS doesn't have keyboard support because some users prefer to just use the mouse". The fact that some people prefer to use the keyboard most of the time (me included) is not a valid reason for not adding a cursor option.