fio

command module
v0.0.0-...-7c5e630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2023 License: MIT Imports: 1 Imported by: 0

README

Fio banka report generator

This program reads a CSV file or stdin, processes it and outputs an aggreagated report of your expenses.

Usage:
  fio [input.csv] [flags]

Flags:
  -c, --config string      config file (default is .fio.yaml)
      --from-date string   skip payments before given date (in format YYYY-MM-DD)
  -h, --help               help for fio
  -m, --month string       include payments for given month (in format YYYY-MM)
      --to-date string     skip payments after given date (in format YYYY-MM-DD)

It expects a CSV file, downloaded from Fio banka, with next fields:

  • Datum
  • Objem
  • Protiúčet
  • Kód banky
  • Zpráva pro příjemce
  • Poznámka
  • VS

Using a config file, .fio.yaml by default, it parses the CSV, aggregates transactions by rules from config file and outputs report to stdout.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL