1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gnucash-cli.md

13 lines
423 B
Markdown
Raw Normal View History

2021-05-11 20:16:17 +02:00
# gnucash-cli
> A command-line version of GnuCash.
2025-04-28 21:21:03 +03:00
> More information: <https://gnucash.org/viewdoc.phtml?rev=5&lang=C&doc=help>.
2021-05-11 20:16:17 +02:00
- Get quotes for currencies and stocks specified in a file and print them:
2025-04-28 21:21:03 +03:00
`gnucash-cli {{[-Q|--quotes]}} get {{path/to/file.gnucash}}`
2021-05-11 20:16:17 +02:00
- Generate a financial report of a specific type, specified by `--name`:
`gnucash-cli --report run --name "{{Balance Sheet}}" {{path/to/file.gnucash}}`