Simple cli finance manager
Find a file
2025-08-31 18:03:39 +07:00
src/treasury переместил базу 2025-08-30 00:24:53 +07:00
.gitignore пакет хоть как-то собирается 2025-08-29 23:40:47 +07:00
LICENSE add some line to README.md =) 2023-02-10 17:55:56 +07:00
pyproject.toml пакет хоть как-то собирается 2025-08-29 23:40:47 +07:00
README.md update readme 2023-12-07 15:11:02 +00:00

treasury

simple cli finance manager

the following options are now available:

  • add income/expense
  • display a list of all operations
  • display transactions list for the selected category
  • display transactions list for the current month
  • display all transactions
  • display monthly and yearly statistics

installation

clone repo

git clone https://codeberg.org/ejix/treasury.git

install dependencies

poetry install

use

usage:

{
usage: treasury [account name] [-action]

actions:
      -h                show this help message
      -p                print resent transactions
      -a                add transaction
      -pc [category]    print resent transactions for category
      -pm               print transactions for this month
      -py               print transactions for this year
      -pa               print all exist transactions
      -pms              print monthly statistic
      -pys              print yearly statistic
      -pas              print statistic by all time
      -ac               add category
      -ec               edit category
}