joshua-redfield / lauf

A lightweight application and task launcher programmed in the shell scripting language. Lauf is no longer being updated or improved.
http://github.com/joshua-redfield/lauf
GNU General Public License v3.0
3 stars 0 forks source link

Plugins: Configuration Settings #16

Open joshua-redfield opened 13 years ago

joshua-redfield commented 13 years ago

I've been thinking about implementing this since I saw hunterms version of the lauf.cfg, basically what I would like to happen is upon activating a plugin, add a plugins configurable variables to lauf.cfg. The only problem I see with this is being able to check if the variables are already in lauf.cfg. This could easily be done with grep to check to see if they are already in lauf.cfg, however, since plugins.sh is a core plugin I'll need to find a shell only way of doing this.