Comment 7 for bug 608608

Revision history for this message
BrandonTomlinson (druke) wrote :

I really like http://github.com/km0r3/commandlinefu/blob/master/python/commandlinefu.py , what would the proper way of including that in clicompanion be? We could make a seperate package for commandlinefu and depend on it or we could just include it in.

Package seems more neat but more work. Statically linking will solve the problem at the expense of messy code (and our souls!). Seems like a 'plugin' system is needed similar to gedit and rythmbox. That way we can write external mods without changing the base package; a clicompanion-plugins if you will.