Home

Awesome

c-lightning-plugins

A collection of plugins for c-lightning to do convenient things. At the moment the utilities primarily perform useful filter and aggregation, but the embeded library can be extended for many things.

Please contribute ideas!

Usage

Start lightningd with the plugin-dir option pointing to this repository

lightningd --plugin-dir <path to this repo>

Alternatively you can add a line to the c-lightning config (~/.lightning/config)

...
plugin-dir=<path to this repo>
...

RPC Commands

Pretty Print

To pretty print the JSON, simply pipe the output to jq

lightning-cli balance | jq

Future Command Ideas