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: 21 days ago
JSON representation
Convert TD Bank transactions to ledger-cli compatible transactions
- Host: GitHub
- URL: https://github.com/dashed/td-transactions-to-ledger
- Owner: dashed
- License: mit
- Created: 2017-12-03T09:16:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T17:34:46.000Z (over 3 years ago)
- Last Synced: 2025-08-11T13:28:25.504Z (7 months ago)
- Topics: accounting, finance, ledger-cli, td-bank, transactions
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.