All Projects → diodon-dev → Diodon

diodon-dev / Diodon

Licence: gpl-2.0
Aiming to be the best integrated clipboard manager for the Gnome/Unity desktop

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Diodon

Pause On Lock
Pause/Resume your music player when locking/unlocking your Linux desktop.
Stars: ✭ 79 (+31.67%)
Mutual labels:  unity, gnome
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (+171.67%)
Mutual labels:  gnome, clipboard
Flatabulous
This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
Stars: ✭ 3,725 (+6108.33%)
Mutual labels:  unity, gnome
Numix Gtk Theme
A modern flat theme with a combination of light and dark elements.
Stars: ✭ 1,122 (+1770%)
Mutual labels:  unity, gnome
Gtk Theming Guide
Novice guide towards making your own first gtk theme!
Stars: ✭ 95 (+58.33%)
Mutual labels:  unity, gnome
Gromit Mpx
Gromit-MPX is an on-screen annotation tool that works with any Unix desktop environment under X11 as well as Wayland.
Stars: ✭ 287 (+378.33%)
Mutual labels:  unity, gnome
Gnome Layout Manager
A bash script that batch installs and tweaks GNOME extensions as well as GTK/Shell themes. There are currently three options available: Unity, Windows and macOS.
Stars: ✭ 383 (+538.33%)
Mutual labels:  unity, gnome
Voxelman
Unity ECS + C# Job System example
Stars: ✭ 1,086 (+1710%)
Mutual labels:  unity
Hoshiyukitoonshader
GI&HDR based toon shader for Unity.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Extend Panel Menu
Stars: ✭ 55 (-8.33%)
Mutual labels:  gnome
Acme Code
Gnome Shell Extensions etc...
Stars: ✭ 54 (-10%)
Mutual labels:  gnome
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (+1710%)
Mutual labels:  unity
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+1698.33%)
Mutual labels:  unity
Unityiphonexsupport
Support iPhoneX by changing the drawing area of Unity.
Stars: ✭ 59 (-1.67%)
Mutual labels:  unity
Cardboard Vr Unity Sdk
Stars: ✭ 55 (-8.33%)
Mutual labels:  unity
Unitysapi
init
Stars: ✭ 60 (+0%)
Mutual labels:  unity
Escapefromtarkov Trainer
Escape from Tarkov Trainer
Stars: ✭ 59 (-1.67%)
Mutual labels:  unity
Uchromakey
Chroma key shader asset for Unity
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity

Diodon

Aiming to be the best integrated clipboard manager for the Unity desktop.

Installing

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.

Building

Diodon uses the Meson build system.

git clone https://github.com/diodon-dev/diodon.git && cd diodon
meson builddir && cd builddir
ninja
ninja test
sudo ninja install

The unity scope needs to be explicitly enabled if you want to build it

meson configure -Denable-unity-scope=true

On distributions which do not provide packages for application-indicator building of the indicator can be disabled by adjusting builddir creation command:

meson builddir -Ddisable-indicator-plugin=true && cd builddir

For uninstalling type this:

sudo ninja uninstall

Plugins

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.

Support

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].