RedHatter / diodon-plugins

A set of plugins for the gnome clipboard manager Diodon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diodon Plugins

This is a collection of plugins for the gnome clipboard manager Diodon.

  • DBus Controller
    Exposes Diodon api as a DBus service. Designed primarily for the Diodon Gnome Shell extension.

  • Features
    Additional features for the diodon menu.

    • Edit items
    • Delete items
    • "Pin" items
    • Search entire clipboard history
  • Numbers
    Number clipboard menu items.

  • Pop Item
    Pastes and then removes the active clipboard item.

  • Paste All
    Simple plugin to paste all recent items at once, optionally appending a string to the end (defaults to newline).

  • Edit
    Prompts to edit the active item.

Installing

git clone https://github.com/RedHatter/diodon-plugins.git
cd diodon-plugins
./waf configure --libdir /usr/lib/x86_64-linux-gnu/
./waf build
sudo ./waf install
sudo update-icon-caches /usr/share/icons/hicolor/

If you get the error “RuntimeError: generator raised StopIteration” please try putting python2 before each call to ./waf in the steps above.

Debuging

G_MESSAGES_DEBUG=all diodon

About

A set of plugins for the gnome clipboard manager Diodon.


Languages

Language:Python 95.2%Language:Vala 4.8%