Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacob-ian/beanport
A CLI application to import data into a beancount journal
https://github.com/jacob-ian/beanport
beancount golang
Last synced: 9 days ago
JSON representation
A CLI application to import data into a beancount journal
- Host: GitHub
- URL: https://github.com/jacob-ian/beanport
- Owner: jacob-ian
- License: mit
- Created: 2024-06-12T06:28:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T06:42:02.000Z (6 months ago)
- Last Synced: 2024-11-06T07:29:42.042Z (about 2 months ago)
- Topics: beancount, golang
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beanport!
A CLI tool to import transaction data into a beancount ledger, written in Go.
## Financial Institution Support
| Institution | Provider |
| -------------- | -------- |
| Amex (CSV) | amexcsv |
| Bank Australia | ofx |## Get Started
### Requirements
- Beancount v2
- Go v1.22### Installation
```bash
go install github.com/jacob-ian/beanport@latest
```### Usage
```bash
beanport
```#### Arguments
- `--provider`: The provider for the financial insitution
- `--input`: The input file
- `--output`: The output beancount file
- `--defaults`: The location of your beanport defaults file
- `--commodity`: The commodity of the account, e.g. AUD
- `--account`: The name of the account that owns the transactions