hledger: add page (#8635)

pull/1/head
Juri 2022-10-10 17:17:43 +02:00 committed by GitHub
parent 8c0c350c34
commit 7669e2c2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/common/hledger.md Normal file
View 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`