Commands
oa # Start interactive modeoa --run "<query>" # Run a single AI query (headless)oa --status # Show database overviewoa --summary [period] # Spending breakdownoa --pnl [period] # Profit & loss reportoa --savings [--months N] # Savings rate trendoa --budget [--month M] # Budget vs actualoa --tax-summary [year] # Tax deduction summary by IRS categoryoa --report <path> # Generate Markdown reportoa --export <path> # Export transactions (--format csv|xlsx)oa --help # Show helpReport Commands
Section titled “Report Commands”--summary [period]
Section titled “--summary [period]”Generate a spending breakdown by category.
oa --summary month # Current monthoa --summary quarter # Current quarteroa --summary year # Current yearoa --summary month --offset 1 # Last month--pnl [period]
Section titled “--pnl [period]”Generate a profit and loss (income statement) report.
oa --pnl monthoa --pnl quarter --offset 1 # Last quarter--savings [--months N]
Section titled “--savings [--months N]”Show savings rate trend over N months (default: 6).
oa --savingsoa --savings --months 12--budget [--month M]
Section titled “--budget [--month M]”Compare actual spending to budget targets.
oa --budgetoa --budget --month 2025-12--tax-summary [year]
Section titled “--tax-summary [year]”Summarize tax-deductible expenses by IRS Schedule C category.
oa --tax-summaryoa --tax-summary 2024--report <path>
Section titled “--report <path>”Generate a comprehensive Markdown report saved to the given path.
oa --report ~/reports/march.mdoa --report ~/reports/march.md --month 2025-03--export <path>
Section titled “--export <path>”Export transactions to CSV or XLSX.
oa --export ~/exports/transactions.csvoa --export ~/exports/transactions.xlsx --format xlsxStatus
Section titled “Status”oa --statusShows an overview of your database: total transactions, date range, categorized vs uncategorized counts, and import history.