From fae3a719742d03961f449917dac52c8bdd7d3384 Mon Sep 17 00:00:00 2001 From: Siddhant Goel Date: Tue, 24 Dec 2024 14:07:05 +0100 Subject: [PATCH] chore: fix plugin link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 082f5e5..37eb048 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ bookkeeping system using plaintext files. - [Augment Beancount importers with machine learning](https://github.com/beancount/smart_importer) - [Beancount Reds Ingestor](https://github.com/redstreet/beancount_reds_importers) - [Importers, plugins and price-fetchers for Beancount](https://github.com/tarioch/beancounttools) -- [autobean.truelayer](autobean/truelayer): Imports transactions from banks via [TrueLayer](https://truelayer.com/), a bank API aggregator ## Services @@ -117,6 +116,7 @@ bookkeeping system using plaintext files. - [autobean.narration](https://github.com/SEIAROTg/autobean/tree/master/autobean/narration): Generates transaction narration from posting narration and posting narration from comments - [autobean.include](https://github.com/SEIAROTg/autobean/tree/master/autobean/include): Includes external beancount ledgers without disabling their plugins - [autobean.sorted](https://github.com/SEIAROTg/autobean/tree/master/autobean/sorted): Checks that transactions are in non-descending order in each file +- [autobean.truelayer](https://github.com/SEIAROTg/autobean/tree/master/autobean/truelayer): Imports transactions from banks via [TrueLayer](https://truelayer.com/), a bank API aggregator - [beancount-balexpr](https://github.com/w1ndy/beancount_balexpr) - Check balances against simple expressions combining accounts in Beancount - [fava-envelope](https://github.com/polarmutex/fava-envelope) - Beancount Fava extension for envelope budgeting - [beancount-balancechange](https://github.com/daniel-wells/beancount_balancechange) - Checks _change_ in balance between two dates