CashFlow
CashFlow is a lightweight personal finance tracker that runs entirely in your terminal. No accounts, no cloud sync, no complexity — just simple, fast money tracking.
Why CashFlow?
- Zero setup: Works immediately, no configuration needed
- Fast logging: Log transactions in seconds
- Clear summaries: Instant daily and monthly overviews
- Portable: Works on any system with bash and python3
Commands
income <amount> [note]— Record income with optional descriptionexpense <amount> [note]— Record an expense with optional descriptionbalance— Show current balance with income/expense breakdowntoday— List all transactions from todaymonth— Monthly income and expense summaryhistory [n]— Show last n transactions (default: 10)info— Version informationhelp— Show available commands
Usage Examples
cashflow income 5000 March salary
cashflow expense 45.50 lunch with team
cashflow expense 120 electricity bill
cashflow balance
cashflow month
Data Storage
All financial data is stored in ~/.cashflow/ as JSON files. You can back up, export, or inspect your data at any time.
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com