plugin-specific metadata
authorErich Smith <heartquest@gmail.com>
Wed, 9 May 2012 03:40:24 +0000 (23:40 -0400)
committerErich Smith <heartquest@gmail.com>
Wed, 9 May 2012 03:40:24 +0000 (23:40 -0400)
commit248eb30e00b1a0cad99311072bb2adbec9e74f89
treeb5d60feb0422a4f602340fd6e48c05db702c6c8c
parent89263728f2f0272873112e49881a588ba03b7b72
plugin-specific metadata

cite about-plugin metadata.  This could be retrieved later, say by an
install script or other helper function, with:

cat ~/.bash_it/plugins/enabled/base.plugin.bash | metafor about-plugin

In this way, summaries of each plugin may be provided to give newcomers
(like me!) an overview.

also, rewrote plugins-help(), which didn't work very well on my system.
It now dynamically queries composure metadata.
plugins/available/base.plugin.bash