LinuxCommandLibrary

gnucash

Personal and small-business financial-accounting software.

TLDR

Launch GnuCash and load the previously opened file

$ gnucash
copy


Launch GnuCash and load the specified file
$ gnucash [path/to/file.gnucash]
copy


Launch GnuCash and load an empty file
$ gnucash --nofile
copy

SYNOPSIS

gnucash [options] [ accounts.gnc ]

DESCRIPTION

GnuCash is a personal accounting package that allows you to record and track income, expenses, assets, and investments. It supports reconciliation, has substantial reporting capabilities, and is extensible using guile. It can import QIF data from Quicken(TM) and many other commercial accounting packages. It uses GTK+ and GNOME to provide an attractive user interface, and has extensive online help.

OPTIONS

--version

Show GnuCash version

--help

Show this help message

--debug

Enable debugging mode: increasing logging to provide deep detail.

--extra

Enable extra/development/debugging features.

--log

Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}" This option can be specified multiple times.

--logto

File to log into; defaults to "/tmp/gnucash.trace"; can be "stderr" or "stdout".

--nofile

Do not load the last file opened

--add-price-quotes FILE

Add price quotes to the given data file. Note this option has been deprecated and will be removed in GnuCash 5.0. Instead use 'gnucash-cli --quotes get'.

--namespace=REGEXP

Regular expression determining which namespace commodities will be retrieved. This is only relevant for the --add-price-quotes option. And as with that option it is deprecated and will be removed in GnuCash 5.0. The same option can be passed to 'gnucash-cli --quotes get' to achieve the same result.

FILES

~/.gnucash/config.auto

Automatically generated per-user configuration file. DO NOT EDIT MANUALLY!

ENVIRONMENT

GNC_DEBUG

Enable debugging output. This allows you to turn on the debugging earlier in the startup process than you can with --debug.

GUILE_LOAD_PATH

An override for the GnuCash scheme load path. You shouldn't need to alter this. For more information see the README file.

GNC_MODULE_PATH

An override for the GnuCash scheme load path for Gnucash modules. You shouldn't need to alter this. For more information see the README file.

BUGS

Please report any bugs using the bug reporting form on the GnuCash web site.

SEE ALSO

GnuCash has extensive on-line help available from the "help" menu. Additional information and the latest version is available at the web site: https://www.gnucash.org

AUTHOR

Robert Merkel <rgmerk@mira.net> wrote this manpage.

GnuCash was written by Robin Clark, Linas Vepstas, and a cast of thousands.

Copied to clipboard