github davidfowl/tally v0.1.68
Tally v0.1.68

latest release: v0.1.73
10 hours ago

What's Changed

Added support for combining multiple CSV columns into a single description.

Some banks split transaction info across columns (e.g., "Card payment" in one column,
"STARBUCKS" in another). You can now combine them using custom captures:

format: "{date},{_},{type},{merchant},{_},{amount}"
columns:
  description: "{merchant} ({type})"

This creates descriptions like "STARBUCKS (Card payment)" for better categorization.

  • Use any custom name in format string: {type}, {merchant}, {vendor}, etc.
  • Combine them in any order with columns.description template
  • tally diag now shows format parsing details
  • Clear error messages guide configuration

Install

Linux / macOS:

curl -fsSL https://tallyai.money/install.sh | bash

Windows PowerShell:

irm https://tallyai.money/install.ps1 | iex

Or download the zip for your platform from the assets below.

See https://tallyai.money for more info.

Don't miss a new tally release

NewReleases is sending notifications on new releases.