An open API service indexing awesome lists of open source software.

https://github.com/dashed/td-transactions-to-ledger

Convert TD Bank transactions to ledger-cli compatible transactions
https://github.com/dashed/td-transactions-to-ledger

accounting finance ledger-cli td-bank transactions

Last synced: 2 months ago
JSON representation

Convert TD Bank transactions to ledger-cli compatible transactions

Awesome Lists containing this project

README

          

td-transactions-to-ledger
=========================

> Convert TD Bank transactions to ledger-cli compatible transactions

Usage
=====

```
td-transactions-to-ledger 0.1.0
Alberto Leal
Convert TD Bank transactions to ledger compatible transactions

USAGE:
td-transactions-to-ledger [OPTIONS]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-a, --account Sets account for each transaction
-n, --num Only show last N transactions.

ARGS:
Sets the input CSV file to use
```

1. Export transactions from TD Bank into csv format.

2. `td-transactions-to-ledger accountactivity.csv -n 10 | pbcopy`

3. Paste transactions into your ledger-cli file.

Install
=======

## From source

- Install rust. (e.g. set via https://www.rustup.rs/)
- `git clone git@github.com:dashed/td-transactions-to-ledger.git`
- `cargo build --release`
- `cp target/release/td-transactions-to-ledger /usr/local/bin` (or similar)

License
=======

MIT.