snippetbashTip
gnucash-cli — A command-line version of GnuCash. More information: <https://gnucash.org/viewdoc.phtml?rev=5&lang=C
Viewed 0 times
commandgnucashgnucash-cliclimoreversionline
Problem
How to use the
gnucash-cli command: A command-line version of GnuCash. More information: <https://gnucash.org/viewdoc.phtml?rev=5&lang=C&doc=help>.Solution
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}}Code Snippets
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}}Context
tldr-pages: common/gnucash-cli
Revisions (0)
No revisions yet.