Aiming to be the best integrated clipboard manager for the Unity desktop.
For Ubuntu based distributes there is an official stable PPA.
sudo add-apt-repository ppa:diodon-team/stable
sudo apt-get update
sudo apt-get install -y diodon
To install Diodon on other systems download a release tarball from launchpad.
Diodon uses the waf build system.
git clone https://github.com/diodon-dev/diodon.git
cd diodon
./waf configure
./waf build
sudo ./waf install
If you would like to write your own Diodon plugin please refer to the original blog post. Feel free to add your own plugins to the list below.
Plugin | Description |
---|---|
Features | Additional features for the diodon menu. |
Numbers | Number clipboard menu items. |
Pop Item | Pastes and then removes the active clipboard item. |
Paste All | Paste all recent items at once |
Edit | Prompts to edit the active item. |
Take part in the discussion or report a bug on the launchpad page.
Join us in #diodon on irc.freenode.net if you want to get involved or need any help.