1GCSTAR(1) Linux User's Manual GCSTAR(1)
2
3
4
6 GCstar - Personal collection manager
7
9 gcstar [-u UPDATE-OPTIONS] [-x EXECUTE-OPTIONS] [FILENAME]
10
12 GCstar is a Gtk2 program used to manage personal collections.
13
15 Without any option, it will open FILENAME if specified or the previā
16 ously opened file. There are also two groups of options.
17
18
19 UPDATE-OPTIONS
20 -u, --update
21 Tell GCstar to look for available updates
22
23 -a, --all
24 Update all components
25
26 -c, --collection
27 Update collection models
28
29 -w, --website
30 Update plugins to download information
31
32 -i, --import
33 Update plugins to import data
34
35 -e, --export
36 Update plugins to export data
37
38 -l, --lang
39 Update translations
40
41 -n, --noproxy
42 Don't ask for a proxy
43
44 EXECUTE-OPTIONS
45 -x, --execute
46 Enter non-interactive mode
47
48 -c, --collection MODEL
49 Specify the collection type
50
51 -w, --website PLUGIN
52 Specify the plugin to use to download information
53
54 -i, --import PLUGIN
55 Specify the plugin to use to import a collection
56
57 -e, --export PLUGIN
58 Specify the plugin to use to export the collection
59
60 -f, --fields FILENAME
61 File containing fields list to use for import/export
62
63 -o, --output FILENAME
64 Write output in FILENAME instead of standard output
65
66 --download TITLE
67 Search for the item with TITLE as name
68
69 --importprefs PREFERENCES
70 Preferences for the import plugin
71
72 --exportprefs PREFERENCES
73 Preferences for the export plugin
74
75 Preferences for import/export plugins are specified using this schema
76 Key1=>Value1,Key2=>Value2
77
79 HOME Used to define following variables if needed
80
81 XDG_CONFIG_HOME
82 Where configuration files should be stored. If not defined:
83 $HOME/.config
84
85 XDG_DATA_HOME
86 Where some data will be stored. If not defined:
87 $HOME/.local/share
88
90 To report bugs, please use this forum:
91
92 http://forums.gcstar.org/viewforum.php?id=4
93
95 Tian <tian@c-sait.net>
96
97 http://www.gcstar.org/
98
99
100
101GCstar 17 August 2006 GCSTAR(1)