About
Query characters
| Query | Description |
|---|---|
@payee | Payee |
%tag | Tag |
=note | Note |
#code | Code |
| --- | --- |
TERM and TERM | Boolean and |
TERM or TERM | Boolean or |
not TERM | Boolean not |
Examples
ledger r @taco
ledger r comment =~ /landline/
Search and quickly navigate to tools.
Source: github.com/rstacruz/cheatsheets/blob/master/ledger-query.md · View on devhints.io
| Query | Description |
|---|---|
@payee | Payee |
%tag | Tag |
=note | Note |
#code | Code |
| --- | --- |
TERM and TERM | Boolean and |
TERM or TERM | Boolean or |
not TERM | Boolean not |
ledger r @taco
ledger r comment =~ /landline/
Sourced from rstacruz/cheatsheets (MIT). Synced every 24 hours.