summaryrefslogtreecommitdiffstats
path: root/firefly_cli/commands/transaction.py
AgeCommit message (Collapse)AuthorFilesLines
8 hourstx add: auto-create categories instead of requiring themDanilo M.1-1/+2
Pass --category straight to Firefly III as category_name; the API creates the category if it does not exist, matching --tags behavior. Drops the resolver lookup that turned an unknown category into a hard error. Accounts still resolve strictly (real money). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9 hoursfeat: transaction add/list/get/search with type inferenceDanilo M.1-0/+95