Powerful terminal expense tracker.
Project description
Bagels - TUI Expense Tracker
Powerful expense tracker that lives in your terminal.
Bagels expense tracker is a TUI application where you can track and analyse your money flow, with convenience oriented features and a complete interface.
Why an expense tracker in the terminal? I found it easier to build a habit and keep an accurate track of my expenses if I do it at the end of the day, instead of on the go. So why not in the terminal where it's fast, and I can keep all my data locally?
Features
Some notable features include:
- Accounts, (Sub)Categories, Splits, Transfers, Records
- Templates for Recurring Transactions
- Add Templated Record with Number Keys
- Clear Table Layout with Togglable Splits
- Transfer to and from Outside Tracked Accounts
- "Jump Mode" Navigation
- Less and Less Fields to Enter per Transaction, Powered by Transactions and Input Modes
- Insights
- Customizable Keybindings and Defaults, such as First Day of Week
Installation
MacOS:
# install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh
# restart your terminal, or run the following command:
source $HOME/.local/bin/env # or follow instructions
# install bagels through uv
uv tool install --python 3.13 bagels
Windows:
# install uv:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# then follow instructions to add uv to path
uv tool install --python 3.13 bagels
Usage:
bagels # start bagels
bagels --at "./" # start bagels with data stored at cd
bagels locate database # find database file path
bagels locate config # find config file path
It is recommended, but not required, to use "modern" terminals to run the app. MacOS users are recommended to use iTerm2, and Windows users are recommended to use Windows Terminal.
To upgrade:
uv tool upgrade bagels
Development setup
git clone https://github.com/EnhancedJax/Bagels.git
cd Bagels
uv sync
mkdir instance
uv run bagels --at "./instance/" # runs app with storage in ./instance/
# alternatively, use textual dev mode to catch prints
uv run textual run --dev "./src/bagels/textualrun.py"
uv run textual console -x SYSTEM -x EVENT -x DEBUG -x INFO # for logging
Please use the black formatter to format the code.
Roadmap
- More insight displays and analysis (by nature etc.)
- "Processing" bool on records for transactions in process
- Record flags for future insights implementation
- Repayment reminders
- Code review
- Daily check-ins
- Budgets
- Add tests
- Bank sync
Attributions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bagels-0.1.12.tar.gz.
File metadata
- Download URL: bagels-0.1.12.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65176849bc542375cf4b6e68c87aeb73820114948de523aca1cdd199b69eda8c
|
|
| MD5 |
b59bd51c9db2625fea3f191b6cb14657
|
|
| BLAKE2b-256 |
aead694f8c48764ddfcb29563d5374b1720f0fb99432b69cb04fbbc7f1ecb202
|
File details
Details for the file bagels-0.1.12-py3-none-any.whl.
File metadata
- Download URL: bagels-0.1.12-py3-none-any.whl
- Upload date:
- Size: 129.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e38b8d486065e775b62baa0afd714c053dcf2f7f42d9d6536c99ad3a52077ea
|
|
| MD5 |
1146592689a95038d802dd81d0d97adc
|
|
| BLAKE2b-256 |
19f8da22f6f3adf764098a28276fd3635d69e745baf031abd93f6b276fb4b195
|