snippetbashTip
hledger accounts — List account names. More information: <https://hledger.org/hledger.html#accounts>.
Viewed 0 times
hledger accountscommandaccountnamescliinformationmorelist
Problem
How to use the
hledger accounts command: List account names. More information: <https://hledger.org/hledger.html#accounts>.Solution
hledger accounts — List account names. More information: <https://hledger.org/hledger.html#accounts>.Show all accounts used or declared in the default journal file:
hledger {{[acc|accounts]}}Show accounts used by transactions:
hledger {{[acc|accounts]}} {{[-u|--used]}}Show accounts declared with account directives:
hledger {{[acc|accounts]}} {{[-d|--declared]}}Add new account directives, for accounts used but not declared, to the journal:
hledger {{[acc|accounts]}} --undeclared --directives >> {{2024-accounts.journal}}Show accounts with
asset in their name, and their declared/inferred types:hledger {{[acc|accounts]}} asset --typesShow accounts of the
Asset type:hledger {{[acc|accounts]}} type:AShow the first two levels of the accounts hierarchy:
hledger {{[acc|accounts]}} {{[-t|--tree]}} {{[-2|--depth 2]}}Code Snippets
Show all accounts used or declared in the default journal file
hledger {{[acc|accounts]}}Show accounts used by transactions
hledger {{[acc|accounts]}} {{[-u|--used]}}Show accounts declared with account directives
hledger {{[acc|accounts]}} {{[-d|--declared]}}Add new account directives, for accounts used but not declared, to the journal
hledger {{[acc|accounts]}} --undeclared --directives >> {{2024-accounts.journal}}Show accounts with `asset` in their name, and their declared/inferred types
hledger {{[acc|accounts]}} asset --typesContext
tldr-pages: common/hledger accounts
Revisions (0)
No revisions yet.