Skip to content

Commit

Permalink
Merge pull request #40 from maxheld83/patch-1
Browse files Browse the repository at this point in the history
add autobean plugins
  • Loading branch information
siddhantgoel authored Oct 25, 2023
2 parents 4390eb1 + e87b8ae commit b65a747
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ A curated list of resources for Beancount, which is a command-line based double-
- [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

Expand Down Expand Up @@ -100,6 +101,11 @@ A curated list of resources for Beancount, which is a command-line based double-

## Plugins

- [autobean.share](autobean/share): expense split, joint bookkeeping, and debt management for personal use cases
- [autobean.xcheck](autobean/xcheck): Cross-checks against external ledgers.
- [autobean.narration](autobean/narration): Generates transaction narration from posting narration and posting narration from comments.
- [autobean.include](autobean/include): Includes external beancount ledgers without disabling their plugins.
- [autobean.sorted](autobean/sorted): Checks that transactions are in non-descending order in each file.
- [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
Expand Down

0 comments on commit b65a747

Please sign in to comment.