Features

Assistant

Create transactions at the speed of thought.

The Assistant allows you to easily turn words into a transaction. You can even use your phone's dictation for a hands-free experience! 📢

Format

The basic format is: [Tag / Category / Template] [Amount?] [Description?] [Todo?]

Parts

  1. The first part tries to identify the transaction type via fuzzy searching your tags, categories and templates (e.g., elct => electricity).
  2. Amount: (optional) Supports mathematical expressions. Numbers separated by a space are automatically added up.
  3. Description: (optional). If provided overwrites the default value (tag name / template description).
  4. Todo: (optional) Appending a custom string (default !!) marks the transaction as a "Todo". This string is configurable in Settings.

Examples

Assuming you have:

  • Tag: "Electricity"
  • Template: "Swimming"
InputResult
electricity 23Tag: Electricity, Amount: 23
elc 12*2+33Tag: Electricity, Amount: 57
elc 12+2*3 custom descriptionTag: Electricity, Amount: 18, Description: "custom description"
elc 25 !!Tag: Electricity, Amount: 25, Marked as Todo
swimTemplate: Swimming (uses template defaults)