{"id":21866917,"url":"https://github.com/rootmos/economy","last_synced_at":"2026-04-18T04:02:15.113Z","repository":{"id":82433815,"uuid":"52666638","full_name":"rootmos/economy","owner":"rootmos","description":"A personal economy tracker implemented in lovely Haskell for great fun","archived":false,"fork":false,"pushed_at":"2018-03-23T06:48:57.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-18T23:38:05.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootmos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-27T12:51:55.000Z","updated_at":"2018-10-19T21:59:21.000Z","dependencies_parsed_at":"2023-06-15T16:30:23.325Z","dependency_job_id":null,"html_url":"https://github.com/rootmos/economy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rootmos/economy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootmos%2Feconomy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootmos%2Feconomy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootmos%2Feconomy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootmos%2Feconomy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootmos","download_url":"https://codeload.github.com/rootmos/economy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootmos%2Feconomy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T05:07:53.944Z","updated_at":"2026-04-18T04:02:15.092Z","avatar_url":"https://github.com/rootmos.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"economy\n=======\n\nA simple command-line tool for tracking monthly incomes and expenses.\nIt's written in Haskell for no reason other than fun, and it's backed by JSON because [Aeson](https://github.com/bos/aeson) is cool.\n\n\nInstallation\n------------\nInstalling `economy` should be as easy as `make` (and maybe `make deps` for installing its dependencies).\nBut for the lazy, here's a copy-pastable mini-guide:\n```\ngit clone https://github.com/rootmos/economy\ncd economy\nmake deps\nmake\n```\n\n\nUsage\n-----\nThe data for `economy` is kept in a JSON file, usually kept in `~/.config/economy.json`.\nThe format for the file can be seen in the `example.json` file in the repository.\n\nTo see a summary of your yearly economy, type:\n```\neconomy year\n```\nand to see details for a specific month, type:\n```\neconomy month may\n```\n\nIf you want to explicitly specify which data-file to use the `--file` option:\n```\neconomy --file example.json year\n```\n\n\nTag feature\n---\nIf you specify `tags` in your incomes and expenses in the JSON then you can apply filters with them:\n```\neconomy month jun --without=fun\n```\nwhere you might have tagged your beer expenses with `\"tags\": [\"fun\"]`.\n\n\nArithmetics feature\n-------------------\nIf you need to do some calculations to figure out the amounts, you can do so:\n```json\n{\n  \"name\": \"Food\",\n  \"amount\": \"150+120+120+100/4*10\",\n  \"tags\": [\"necessary\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootmos%2Feconomy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootmos%2Feconomy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootmos%2Feconomy/lists"}