From 56ee045da9689763cc73749928d42c2759007ad9 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 3f780867c..0dcfe525c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "python-teos"] path = python-teos url = https://github.com/talaia-labs/python-teos +[submodule "summars"] + path = summars + url = https://github.com/daywalker90/summars.git diff --git a/README.md b/README.md index 32d80ca95..354149edf 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Community curated plugins for Core-Lightning. | [sauron][sauron] | A Bitcoin backend relying on [Esplora][esplora]'s API | | [sitzprobe][sitzprobe] | A Lightning Network payment rehearsal utility | | [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] | @@ -244,6 +245,7 @@ Python plugins developers must ensure their plugin to work with all Python versi [sauron]: https://github.com/lightningd/plugins/tree/master/sauron [sitzprobe]: https://github.com/niftynei/sitzprobe [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