10

is there a windows like clipboard manager available for Linux with shortcut Mod+v which pops on mouse context menu also it should support images in clipboard?

Akhil
  • 666

3 Answers3

8

diodon supports context menu and images also.

sudo apt install diodon

i3 config for shortcut

bindsym $mod+Shift+w  exec diodon

Update 1:

Simple clipboard manager to be integrated with rofi - Static binary available
https://github.com/erebe/greenclip

Akhil
  • 666
  • 2
    I would add that after sudo apt install diodon, one can simply go into settings>keyboard>keyboard shortcut>custom shortcut and add Diodon with command /usr/bin/diodon as shown in this tutorial – Nauel Sep 14 '24 at 10:03
2

Won't say about windows like but, did you checked ClipIt? ctrl+alt+h will give you a list and a systray icon for more options and configurations.

enter image description here

Update: ClipIt on Ubuntu 20.04 is broken. Patch is now merged to master branch and it was tagged as 1.4.5. Now it need to be packaged for Debian and Ubuntu. Until then use 1.4.2 version (from 18.04) or patched version from my ppa:
https://launchpad.net/~afelinczak/+archive/ubuntu/ppa

digiwizkid
  • 2,635
1

There is a extension called Clipboard Indicator. I use it and it's great

https://extensions.gnome.org/extension/779/clipboard-indicator/

Timur
  • 21