mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
gnucash, gnucash-cli: add page (#5936)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# gnucash-cli
|
||||
|
||||
> A command-line version of GnuCash.
|
||||
> More information: <https://gnucash.org>.
|
||||
|
||||
- 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}}`
|
||||
@@ -0,0 +1,16 @@
|
||||
# gnucash
|
||||
|
||||
> Personal and small-business financial-accounting software.
|
||||
> More information: <https://gnucash.org>.
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user