How To Install Gnome-Do Plugins
Hopefully you caught yesterday’s post on How To Install Gnome Do. If not, head back and check it out. It’s a really sweet app. As promised yesterday I wanted to outline how to install plugins for Gnome-Do, which really add to the functionality.
Installing Plugins for Gnome-Do
Installing plugins for Gnome-Do is really a simple matter of downloading a plugin file and dropping it into a directory. Once you’ve restarted Gnome-Do you’ll have the added functionality that the plugin offers.
Below are a few example plugins (a longer list can be found here). Simply download the .dll file and save it to ~/.local/share/gnome-do/plugins. If the directory doesn’t exist you’ll need to create it. A quick example in the terminal:
mkdir -p ~/.local/share/gnome-do/plugins
cp ~/Desktop/plugin.dll ~/.local/share/gnome-do/plugins/
Here are some of the plugins:

This plugin allows you to launch Gnome-Do and navigate through your music collection stored in Banshee.
Another plugin that I have been using is the Twitter plugin:

This plugin allows you to update your twitter status via Gnome-Do. No, you don’t get updates from your follows, just send outgoing updates. It’s good for a quick update.
Another plugin that I’ve been using is the SSH plugin:

This plugin allows you to quickly connect to any SSH server. It even auto-browses your .ssh/config file for known, defined servers!
There are quite a few more, but the last one I want to mention is the one I hacked together the night I found Gnome-Do (yes, it really is that inspiring!). I call it the APTurl plugin.

My plugin ties into APTurl to allow you to quickly install packages via Gnome-Do. Access the plugin by typing “aptitude” and then tab over and provide a package name. It’ll prompt you to install it if its a valid package.

And there you have it. Again, if you haven’t yet installed Gnome-Do I might have to just write a plugin that Gnome-Do Installs Gnome-Do for you!
