https://github.com/zwpaper/go-bean
Beancount Parser
https://github.com/zwpaper/go-bean
Last synced: over 1 year ago
JSON representation
Beancount Parser
- Host: GitHub
- URL: https://github.com/zwpaper/go-bean
- Owner: zwpaper
- License: mit
- Created: 2019-12-29T13:27:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T14:14:16.000Z (over 6 years ago)
- Last Synced: 2025-01-22T17:45:33.713Z (over 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Bean
Go bean is a beancount tool, aim for:
- Parse Bean file as a lib
- Import bills by using the beancount parser
# What can go bean do
# Install
# Usage
# Why a new wheel
# Contribute
## Structure
- [Parse](./parser) is the beancount file parse
- [bean.go](./bean.go) is the beancount lib
- [chopstick](./cmd/chopstick) is the command line tool
## TODOs
### Feature
- [ ] Template import
- [ ] Support confirm or not
- [ ] Show unknown payee for import
### Bug or Enhancement
- [ ] Payee detect switch
- [ ] Beanfile Format
- [ ] How to deal with TODO
- [ ] refund