#personal #currency #tool #notion #history #cli

bin+lib fi-cli

A command line tool for personal finance

1 unstable release

0.1.0 Jan 31, 2021

#241 in Finance

MIT/Apache

25KB
574 lines

fi

Cli for personal finance

fi history

Usage

Pull data from Notion tables

$ fi pull

Show history for given currency

$ fi history [--currency | -c] <currency>

Show latest for given currency accounts

$ fi sum [--currency | -c] <currency>

Show sum of all accounts converted to given currency

$ fi networth [--currency | -c] <currency>

and some more…

USAGE:
    fi <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    delete      Delete all table rows
    help        Prints this message or the help of the given subcommand(s)
    history     Display history of accounts
    networth    Display net worth in given currency
    pull        Pull account and snapshot data from notion table
    sum         Display latest sum for given currency

If you:

  • feel like keeping track of your personal finances in Notion
  • are weird enough that you want to use cli to view the data
  • don't mind setting up free Postgres DB on Heroku (see .env.example)

then you can use it, too.


Here's a sample data recorded in Notion.

Test data on Notion

I am hosting "Notion API Worker" myself using Cloudflare in order to access Notion table data from cli. (https://notion-api.mkd.workers.dev). If your notion page/table is public, you can also use this endpoint to query your data.

This is a neat tool that allows you to access your Notion content, created by these nice people

See the docs for how to set the token for private pages. For public pages there's no need for authorization.

Dependencies

~8–13MB
~276K SLoC