diff --git a/pages/common/gnucash-cli.md b/pages/common/gnucash-cli.md new file mode 100644 index 000000000..ca2e49400 --- /dev/null +++ b/pages/common/gnucash-cli.md @@ -0,0 +1,12 @@ +# gnucash-cli + +> A command-line version of GnuCash. +> More information: . + +- Get quotes for currencies and stocks specified in a file and print them: + +`gnucash-cli --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}}` diff --git a/pages/common/gnucash.md b/pages/common/gnucash.md new file mode 100644 index 000000000..a38c2cc2e --- /dev/null +++ b/pages/common/gnucash.md @@ -0,0 +1,16 @@ +# gnucash + +> Personal and small-business financial-accounting software. +> More information: . + +- Launch GnuCash and load the previously opened file: + +`gnucash` + +- Launch GnuCash and load the specified file: + +`gnucash {{path/to/file.gnucash}}` + +- Launch GnuCash and load an empty file: + +`gnucash --nofile`