1GNUCASH(1) 2.2.3 GNUCASH(1)
2
3
4
6 gnucash - personal finance manager
7
9 gnucash [options] [ accounts.gnc ]
10
12 GnuCash is a personal accounting package that allows you to record and
13 track income, expenses, assets, and investments. It supports reconcili‐
14 ation, has substantial reporting capabilities, and is extensible using
15 guile. It can import QIF data from Quicken(TM) and many other commer‐
16 cial accounting packages. It uses GTK+ and GNOME to provide an attrac‐
17 tive user interface, and has extensive online help.
18
19
21 --version
22 Show GnuCash version
23
24 --help Show this help message
25
26 --debug
27 Enable debugging mode: increasing logging to provide deep
28 detail.
29
30 --extra
31 Enable extra/development/debugging features.
32
33 --log Log level overrides, of the form
34 "log.ger.path={debug,info,warn,crit,error}"
35
36 --logto
37 File to log into; defaults to "/tmp/gnucash.trace"; can be
38 "stderr" or "stdout".
39
40 --nofile
41 Do not load the last file opened
42
43 --config-dir CONFIGDIR
44 Set configuration directory
45
46 --share-dir SHAREDIR
47 Set shared directory
48
49 --load-path LOADPATH
50 Set the search path for .scm files
51
52 --doc-path DOCPATH
53 Set the search path for documentation files
54
55 --add-price-quotes FILE
56 Add price quotes to the given data file
57
58 --namespace=REGEXP
59 Regular expression determining which namespace commodities will
60 be retrieved.
61
63 ~/.gnucash/config.auto
64 Automatically generated per-user configuration file. DO NOT
65 EDIT MANUALLY!
66
68 GNC_DEBUG
69 Enable debugging output. This allows you to turn on the debug‐
70 ging earlier in the startup process than you can with --debug.
71
72 GUILE_LOAD_PATH
73 An override for the GnuCash scheme load path. You shouldn't need
74 to alter this. For more information see the README file.
75
76 GNC_MODULE_PATH
77 An override for the GnuCash scheme load path for Gnucash mod‐
78 ules. You shouldn't need to alter this. For more information
79 see the README file.
80
82 Please report any bugs using the bug reporting form on the GnuCash web
83 site.
84
85
87 GnuCash has extensive on-line help available from the "help" menu.
88
89 Additional information and the latest version is available at the web
90 site: http://gnucash.org
91
92
94 Robert Merkel <rgmerk@mira.net> wrote this manpage.
95
96 GnuCash was written by Robin Clark, Linas Vepstas, and a cast of thou‐
97 sands.
98
99
100
101Version January 2008 GNUCASH(1)