Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 664 Bytes

File metadata and controls

20 lines (11 loc) · 664 Bytes

mint2ledger

Imports transactions downloaded from Mint.com into Ledger format.

Usage

mint2ledger journal.ldg mint.csv

Where journal.ldg is an existing Ledger file to learn from, and mint.csv contains the transactions exported from Mint.com.

Run mint2ledger -h for detailed usage info.

Note that ledger executable must be on your PATH as mint2ledger launches it for pre-processing of journal.ldg.

Install

go get -v -u github.com/dimagog/mint2ledger

Credit

Heavily based on into-ledger.