diff --git a/tldr/hledger-accounts b/tldr/hledger-accounts index a576f0bb..15034a48 100644 --- a/tldr/hledger-accounts +++ b/tldr/hledger-accounts @@ -28,9 +28,9 @@ source: https://github.com/tldr-pages/tldr.git `hledger accounts asset --types` -- Show accounts of the Asset type: +- Show accounts of the `Asset` type: -`hledger accounts type:a` +`hledger accounts type:A` - Show the first two levels of the accounts hierarchy: diff --git a/tldr/hledger-aregister b/tldr/hledger-aregister index b7086b7b..9ac64cd9 100644 --- a/tldr/hledger-aregister +++ b/tldr/hledger-aregister @@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # hledger aregister -> Show the transactions and running balances in one account. +> Show the transactions and running balances in one account, with each transaction on one line. > More information: . - Show transactions and running balance in the `assets:bank:checking` account: diff --git a/tldr/hledger-balance b/tldr/hledger-balance index 9b65d973..3f74e721 100644 --- a/tldr/hledger-balance +++ b/tldr/hledger-balance @@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git `hledger balance {{expenses}} --monthly --row-total --average --sort-amount --budget` -- Similar to the above, shorter form, matching accounts by Expense type and summarising to two levels, without compression: +- Similar to the above, shorter form, matching accounts by `Expense` type, as a two level tree without squashing boring accounts: `hledger bal type:{{X}} -MTAS --budget -t -{{2}} --no-elide` @@ -33,10 +33,10 @@ source: https://github.com/tldr-pages/tldr.git `hledger bal -HQ date:{{2024}} type:{{AL}} -ES -{{3}}` -- Show investment assets' market value in home currency at the end of each quarter: +- Show investment assets' market value in base currency at the end of each quarter: `hledger bal -HVQ {{assets:investments}}` -- Show unrealised capital gain/loss from market price changes each quarter, in non-cryptocurrency investment assets: +- Show unrealised capital gains/losses from market price changes in each quarter, for non-cryptocurrency investment assets: `hledger bal --gain -Q {{assets:investments}} not:{{cryptocurrency}}` diff --git a/tldr/hledger-balancesheet b/tldr/hledger-balancesheet index adedbe6e..2d43d3dd 100644 --- a/tldr/hledger-balancesheet +++ b/tldr/hledger-balancesheet @@ -6,15 +6,16 @@ source: https://github.com/tldr-pages/tldr.git # hledger balancesheet > Show the end balances in asset and liability accounts. +> Amounts are shown with normal positive sign, as in conventional financial statements. > More information: . -- Show the current balances in Asset and Liability accounts, excluding zeros: +- Show the current balances in `Asset` and `Liability` accounts, excluding zeros: `hledger balancesheet` -- Show just the liquid assets (Cash account type): +- Show just the liquid assets (`Cash` account type): -`hledger balancesheet type:c` +`hledger balancesheet type:C` - Include accounts with zero balances, and show the account hierarchy: diff --git a/tldr/hledger-incomestatement b/tldr/hledger-incomestatement index 3fbbecf9..48cd4401 100644 --- a/tldr/hledger-incomestatement +++ b/tldr/hledger-incomestatement @@ -6,9 +6,10 @@ source: https://github.com/tldr-pages/tldr.git # hledger incomestatement > Show revenue inflows and expense outflows during the report period. +> Amounts are shown with normal positive sign, as in conventional financial statements. > More information: . -- Show revenues and expenses (changes in Revenue and Expense accounts): +- Show revenues and expenses (changes in `Revenue` and `Expense` accounts): `hledger incomestatement` diff --git a/tldr/hledger-ui b/tldr/hledger-ui index 588d47eb..b42550a1 100644 --- a/tldr/hledger-ui +++ b/tldr/hledger-ui @@ -5,8 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # hledger-ui -> Terminal UI (TUI) to `hledger`. -> A robust, friendly plain text accounting app. +> A terminal interface (TUI) for `hledger`, a robust, friendly plain text accounting app. > More information: . - Start in the main menu screen, reading from the default journal file: diff --git a/tldr/hledger-web b/tldr/hledger-web index 4683aa83..a21c027c 100644 --- a/tldr/hledger-web +++ b/tldr/hledger-web @@ -5,8 +5,7 @@ source: https://github.com/tldr-pages/tldr.git --- # hledger-web -> Web interface and API to `hledger`. -> A robust, friendly plain text accounting app. +> A web interface and API for `hledger`, a robust, friendly plain text accounting app. > More information: . - Start the web app, and a browser if possible, for local viewing and adding only: