Skip to content

Commit d39a65f

Browse files
authored
Update README (#22)
* Update README * Fix README links * Add build status * Update README
1 parent 107a8a0 commit d39a65f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# Actual-MoneyMoney
2-
3-
> A CLI to import [MoneyMoney](https://moneymoney-app.com) transactions into [Actual Budget](https://actualbudget.org), written in TypeScript
1+
<p align="center">
2+
<img src="./assets/actual-moneymoney.png" height="150">
3+
</p>
4+
<h1 align="center">Actual-MoneyMoney</h1>
5+
<p align="center">
6+
A CLI to import <a href="https://moneymoney-app.com" target="_blanK">MoneyMoney</a> transactions into <a href="https://actualbudget.org">Actual Budget</a>, written in TypeScript
7+
<p>
8+
<p align="center">
9+
<img src="https://badgers.space/github/checks/NikxDa/actual-moneymoney/main">
10+
</p>
411

512
## Installation
613

@@ -60,7 +67,7 @@ A short summary:
6067
- **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.
6168
- **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.
6269

63-
Once you have configured your importer, run `actual-monmon verify` to verify that the configuration has the correct format.
70+
Once you have configured your importer, run `actual-monmon validate` again to verify that the configuration has the correct format.
6471

6572
## Usage
6673

assets/actual-moneymoney.png

135 KB
Loading

0 commit comments

Comments
 (0)