Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshcanhelp/budget-cli
Command-line budgeting software in TypeScript
https://github.com/joshcanhelp/budget-cli
cli nodejs plaintext-accounting typescript
Last synced: 2 months ago
JSON representation
Command-line budgeting software in TypeScript
- Host: GitHub
- URL: https://github.com/joshcanhelp/budget-cli
- Owner: joshcanhelp
- License: mit
- Created: 2023-01-29T04:53:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:44:35.000Z (4 months ago)
- Last Synced: 2024-11-01T10:35:05.126Z (2 months ago)
- Topics: cli, nodejs, plaintext-accounting, typescript
- Language: TypeScript
- Homepage:
- Size: 311 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starts - joshcanhelp/budget-cli - Command-line budgeting software in TypeScript (typescript)
README
# Budget CLI
This little command line tool is the culmination of many years of frustration managing our family's budget. It's main purpose is to import transaction CSVs from our various banks, de-dupe, and categorize them. With a database of transactions, it can provide a YTD report of how much you have spent in what categories and an output of transactions in specific buckets. It uses a local CSV as a database, making it easy to adjust things manually, if needed.
[Read more about how this came to be 〉](https://www.joshcanhelp.com/budget-cli/)
**Please note:** I use this weekly to manage our money so I try to keep it bug-free. That said, this is currently an unversioned, often-changing project. For that reason, make sure to check imported transactions after updates and [let me know](/joshcanhelp/budget-cli/issues/new) if you find any problems.
- **👉 [Documentation](docs)**
- **👉 [Contributing](CONTRIBUTING.md)**