1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 00:35:23 +02:00
tldr/pages/common/gnucash-cli.md
Managor d2e6da7679
common*: refresh old pages part 7 (#16290)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-01 14:38:45 +03:00

12 lines
423 B
Markdown

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