copy image to clipboard
1.0.0
Copy-image-to-clipboard is a desktop file that provides a function of copy an image to the X clipboard in file managers that support desktop files :)
There are two variants for installation. The first is a separate desktop file and the second is a desktop file with a script.
sudo apt-get install xclip perl libmime-types-perl
mkdir -p $HOME/.local/share/applications
cp share/copy-image-to-clipboard.desktop $HOME/.local/share/applications/
update-desktop-database $HOME/.local/share/applications/
cp bin/img2clip $HOME/bin/
mkdir -p $HOME/.local/share/applications
cp share/img2clip.desktop $HOME/.local/share/applications/
update-desktop-database $HOME/.local/share/applications/