Skip to content

Commit ccfc30b

Browse files
committed
📝 docs: add income tracking commands documentation
1 parent 5d792bc commit ccfc30b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A terminal-based zero-based budgeting application inspired by YNAB. Every dollar
2020
### Core Budgeting
2121

2222
- **Zero-based budgeting** - Assign every dollar to a category before you spend it
23+
- **Expected income tracking** - Set expected income per period with warnings when over-budgeting
2324
- **Budget targets** - Set recurring targets (weekly, monthly, yearly, or by specific date) with auto-fill
2425
- **Fund movement** - Move money between categories as priorities change
2526
- **Rollover support** - Carry over surplus or deficit from previous periods
@@ -165,6 +166,18 @@ envelope target auto-fill # Fill budgets from targets
165166
envelope target delete "Rent" # Remove a target
166167
```
167168

169+
### Income Commands
170+
171+
```bash
172+
envelope income set 5000.00 # Set expected income for current month
173+
envelope income set 5000.00 --period 2025-01 # Set for specific month
174+
envelope income set 5000.00 --notes "Salary only" # With notes
175+
envelope income show # Show expected income for current month
176+
envelope income show --period 2025-01 # Show for specific month
177+
envelope income compare # Compare expected income vs budgeted
178+
envelope income remove # Remove expected income for current month
179+
```
180+
168181
### Category Commands
169182

170183
```bash

0 commit comments

Comments
 (0)