diff --git a/README.md b/README.md index 2e252e0..15cc4cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ -# Actual-MoneyMoney - -> A CLI to import [MoneyMoney](https://moneymoney-app.com) transactions into [Actual Budget](https://actualbudget.org), written in TypeScript +

+ +

+

Actual-MoneyMoney

+

+A CLI to import MoneyMoney transactions into Actual Budget, written in TypeScript +

+

+ +

## Installation @@ -60,7 +67,7 @@ A short summary: - **Budget configurations** describe the budget files per server which are import targets. The sync ID can be grabbed from the Actual web interface by navigating to settings, then advanced settings. If the budget file is end-to-end encrypted, the details need to be provided here. - **Account mapping** maps each MoneyMoney account to an Actual account. MoneyMoney accounts can be described by their UUID (accessible via the AppleScript API of MoneyMoney only, at this time), account number (IBAN, credit card no, etc.) or their name (in this order). Actual accounts can be described by their UUID (can be copied from the URL in a browser window) or their name (in that order). If a name occurs multiple times, the first one will be used. Invalid mappings or additional accounts are ignored. -Once you have configured your importer, run `actual-monmon verify` to verify that the configuration has the correct format. +Once you have configured your importer, run `actual-monmon validate` again to verify that the configuration has the correct format. ## Usage diff --git a/assets/actual-moneymoney.png b/assets/actual-moneymoney.png new file mode 100644 index 0000000..e3120f6 Binary files /dev/null and b/assets/actual-moneymoney.png differ