From 59978920ec143bc5551d31c73b057e9b4e67ec1f Mon Sep 17 00:00:00 2001 From: daywalker90 Date: Sat, 3 Feb 2024 18:47:25 +0100 Subject: [PATCH] add summars --- .gitmodules | 3 +++ README.md | 2 ++ summars | 1 + 3 files changed, 6 insertions(+) create mode 160000 summars diff --git a/.gitmodules b/.gitmodules index 014453c65..e1153c313 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule "sling"] path = sling url = https://github.com/daywalker90/sling +[submodule "summars"] + path = summars + url = https://github.com/daywalker90/summars.git diff --git a/README.md b/README.md index 8925ba87d..59279a8ff 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Community curated plugins for Core-Lightning. | [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | | [sling][sling] | Rebalance your channels with smart rules and built-in background tasks | | [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support | +| [summars][summars] | Print configurable summary of node, channels and optionally forwards, invoices, payments | | [trustedcoin][trustedcoin] | Replace your Bitcoin Core with data from public block explorers | | [watchtower][watchtower-client] | Watchtower client for The Eye of Satoshi | | [webhook][webhook] | Dispatches webhooks based from [event notifications][event-notifications] | @@ -249,6 +250,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [sitzprobe]: https://github.com/niftynei/sitzprobe [sling]: https://github.com/daywalker90/sling [sparko]: https://github.com/fiatjaf/sparko +[summars]: https://github.com/daywalker90/summars [summary]: https://github.com/lightningd/plugins/tree/master/archived/summary [trustedcoin]: https://github.com/fiatjaf/trustedcoin [ts-api]: https://github.com/runcitadel/c-lightning.ts diff --git a/summars b/summars new file mode 160000 index 000000000..1946e4e33 --- /dev/null +++ b/summars @@ -0,0 +1 @@ +Subproject commit 1946e4e33e0d28438a161382e13c9da14ca4437d