Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

fernandobatels/blitz-money

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blitz Money - Application for personal financial control

Build Status

Inspired on KMyMoney, this application uses on single text file to persist the data, allow OFX files import and can register the future moves on google calendar for notify you.

Features

  • Manage Accounts
  • Financial transaction
  • OFX import
  • CSV import
  • Google Calendar integration
  • Padronization of imported fields(contacts, tags...)
  • Reports
  • Simulations

How install

  • Install the rust cargo
  • Clone this repository and run the cargo install:
git clone https://github.com/fernandobatels/blitz-money && cd blitz-money && cargo install

How to use

  • You need a account and a contacts for start creating your transactions
  • The interactive mode('-i' option) is better for learning how to use the application
  • All data will be saved in ~/.bmoney.bms file. This means that you permissions file system is the responsible for keep the access controll.
  • All options for the modules can be visualized typing 'bmoney tags', 'bmoney contacts', 'bmoney accounts', 'bmoney rules' and 'bmoney transactions'
  • In all options 'list', like the 'accounts list', you can use the '--use-csv' for get the result in csv instead of a table

Google calendar integration

This integration consits in a .ical file generated by the application with all your pending transactions. After export this file you can import hin on google calendar or others, using his app for notify about your transactions.