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
- The first part tries to identify the transaction type via fuzzy searching your tags, categories
and templates (e.g.,
elct=>electricity). - Amount: (optional) Supports mathematical expressions. Numbers separated by a space are automatically added up.
- Description: (optional). If provided overwrites the default value (tag name / template description).
- 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"
| Input | Result |
|---|---|
electricity 23 | Tag: Electricity, Amount: 23 |
elc 12*2+33 | Tag: Electricity, Amount: 57 |
elc 12+2*3 custom description | Tag: Electricity, Amount: 18, Description: "custom description" |
elc 25 !! | Tag: Electricity, Amount: 25, Marked as Todo |
swim | Template: Swimming (uses template defaults) |