From a04615ef3ff4263198620455d331e5cf768bee47 Mon Sep 17 00:00:00 2001 From: Sufiyan Adhikari Date: Mon, 10 Aug 2020 02:10:59 +0530 Subject: [PATCH] Add ImporterSource to key features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4eb4b808..c6b9915f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ each other and with existing transactions. - Pluggable data source architecture, including existing support for OFX (cash, investment, and retirement accounts), Mint.com, Amazon.com, and Venmo. +- Supports [beancount importers](https://beancount.github.io/docs/importing_external_data.html) so it's easier to write your own, + and existing beancount and fava users can hop right on with no hustle. + - Robustly associates imported transactions with the source data, to automatically avoid duplicates.