summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: fdae0a1fe5d722293e10373f552e3f9aa684193f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# TODO

Next steps for firefly-cli. Each new command group follows the expandability
rule in CLAUDE.md (module + decorator, import line, unit test, SKILL.md, regen
bash completion).

## Command groups (deferred, roughly by demand)
- [ ] `budget` — list/status; most-requested next group.
- [ ] `bill` — list and inspect bills.
- [ ] `piggy` — piggy banks.
- [ ] `rule` — rules and rule groups.
- [ ] `recurring` — recurring transactions.
- [ ] `attachment` — list/download transaction attachments.
- [ ] `report` — summary reports (income/expense by period).
- [ ] `currency` — list/manage currencies.

## Verbs on existing groups
- [ ] `account delete` — currently needs a manual curl DELETE.
- [ ] `tx update` / `tx delete`.

## Output / UX
- [ ] `--human` column whitelists live in `output.py` `_VIEWS`; extend as new
      resource shapes are added (budget, bill, ...).
- [ ] Consider a `--no-color` flag (color is currently TTY-auto only).

## Infrastructure
- [ ] `--raw` escape hatch for arbitrary API calls.
- [ ] OAuth as an alternative to personal access tokens.
- [ ] zsh / fish completion (bash done).

## UI/UX
- [ ] completion needs to suggest based on `--type`. EG, `firefly --human account list --type` should suggest available account types.