Commands
wilson # Start interactive modewilson --run "<query>" # Run a single AI query (headless)wilson --status # Show database overviewwilson --summary [period] # Spending breakdownwilson --pnl [period] # Profit & loss reportwilson --savings [--months N] # Savings rate trendwilson --budget [--month M] # Budget vs actualwilson --tax-summary [year] # Tax deduction summary by IRS categorywilson --report <path> # Generate Markdown reportwilson --export <path> # Export transactions (--format csv|xlsx)wilson --help # Show helpReport Commands
Section titled “Report Commands”--summary [period]
Section titled “--summary [period]”Generate a spending breakdown by category.
wilson --summary month # Current monthwilson --summary quarter # Current quarterwilson --summary year # Current yearwilson --summary month --offset 1 # Last month--pnl [period]
Section titled “--pnl [period]”Generate a profit and loss (income statement) report.
wilson --pnl monthwilson --pnl quarter --offset 1 # Last quarter--savings [--months N]
Section titled “--savings [--months N]”Show savings rate trend over N months (default: 6).
wilson --savingswilson --savings --months 12--budget [--month M]
Section titled “--budget [--month M]”Compare actual spending to budget targets.
wilson --budgetwilson --budget --month 2025-12--tax-summary [year]
Section titled “--tax-summary [year]”Summarize tax-deductible expenses by IRS Schedule C category.
wilson --tax-summarywilson --tax-summary 2024--report <path>
Section titled “--report <path>”Generate a comprehensive Markdown report saved to the given path.
wilson --report ~/reports/march.mdwilson --report ~/reports/march.md --month 2025-03--export <path>
Section titled “--export <path>”Export transactions to CSV or XLSX.
wilson --export ~/exports/transactions.csvwilson --export ~/exports/transactions.xlsx --format xlsxStatus
Section titled “Status”wilson --statusShows an overview of your database: total transactions, date range, categorized vs uncategorized counts, and import history.