mozbugbox / liferea-plugin-studio

Collection of liferea plugins
GNU General Public License v3.0
6 stars 2 forks source link

liferea-plugin-studio

Collection of liferea plugins

Plugins

Dependency

Installation

Each plugin is kept in its own directory.

To install a plugin, copy/symlink the desired plugin directory into ~/.local/share/liferea/plugins/. Then turn on the plugin in Liferea throught the menu Tools->Preferences->Plugins.

E.g., to install the webkitsetting plugin:

wget "https://github.com/mozbugbox/liferea-plugin-studio/archive/master.zip"
unzip liferea-plugin-studio-master.zip
cd liferea-plugin-studio-master
cp -R webkitsetting ~/.local/share/liferea/plugins/

Or use git with symbolic link:

mkdir src
cd src
git clone https://github.com/mozbugbox/liferea-plugin-studio/
cd liferea-plugin-studio
ln -s `realpath webkitsetting` ~/.local/share/liferea/plugins/