mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 08:13:32 +02:00
hledger: add page (#8635)
This commit is contained in:
parent
8c0c350c34
commit
7669e2c2da
1 changed files with 20 additions and 0 deletions
20
pages/common/hledger.md
Normal file
20
pages/common/hledger.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# hledger
|
||||
|
||||
> A plain text accounting software for the command-line.
|
||||
> More information: <https://hledger.org>.
|
||||
|
||||
- Add transactions to your journal interactively:
|
||||
|
||||
`hledger add`
|
||||
|
||||
- Show the account hierarchy, using a specific journal file:
|
||||
|
||||
`hledger --file {{path/to/file.journal}} accounts --tree`
|
||||
|
||||
- Show a monthly income statement:
|
||||
|
||||
`hledger incomestatement --monthly --depth 2`
|
||||
|
||||
- Print the amount of cash spent on food:
|
||||
|
||||
`hledger print assets:cash | hledger -f- -I balance expenses:food --depth 2`
|
Loading…
Add table
Reference in a new issue