https://github.com/margual56/nix-bucks
A money tracker: Your income and expenses at your control
https://github.com/margual56/nix-bucks
budget-manager budgeting foss linux linux-desktop money moneytracker
Last synced: 8 months ago
JSON representation
A money tracker: Your income and expenses at your control
- Host: GitHub
- URL: https://github.com/margual56/nix-bucks
- Owner: margual56
- License: gpl-3.0
- Created: 2023-09-20T11:28:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T11:07:15.000Z (over 1 year ago)
- Last Synced: 2024-05-17T06:49:40.187Z (over 1 year ago)
- Topics: budget-manager, budgeting, foss, linux, linux-desktop, money, moneytracker
- Language: Rust
- Homepage:
- Size: 665 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NixBucks
A simple budgeting app
**Roadmap**: [watch here](https://github.com/users/margual56/projects/5/views/1)
# Install
If you are on Linux, you can download the Appimage from the latest release ([click here](https://github.com/margual56/nix-bucks/releases)).
Otherwise, you can install from the .deb package.## About windows
"Smart Screen" will yell at you when you try to open this program, because it is not signed by a "trusted" source.
FYI, in this case a "trusted" source means literally anyone who has $2,000/year to spend on a key to sign the program.Since I don't have a disposable $2K/year, just click "Show more" > "Run anyway".
# Usage
Remember that you can back up the config file, and also you can create copies to test new arrangements :)# Planning
## Goals
- Provide a simple way to track subscription costs, expenses and income
- Provide the bottomline information that we want to know (montly balance, how much money will I have, etc)
- Store the information locally, while allowing for easy manual editing, parsing and reading of it.
- Zero tracking, 100% local processing
- Use the least amount of resources possible
- Be accurate## Non-goals
- Provide detailed information
- Do statistics with the data# Help!
If you know Rust and think you can help, please do! :)And if you don't, you can also [buy me a coffee](https://ko-fi.com/margual56). Even a small amount really helps.