1worker(1) General Commands Manual worker(1)
2
3
4
6 worker - file manager for the X Window System
7
8
10 worker [options]
11 worker [directory1[ directory2]]
12
13
15 worker is a graphical file manager for the X Window System. It uses
16 the classical two-panel view of the files and directories. It has many
17 internal operations while any external program can also be used for
18 operating on the selected items.
19 You can easily add actions to filetypes or buttons with the builtin
20 configuration program.
21 For details read the documentation available at the Worker homepage
22 (see below).
23
24
26 -h, --help
27 This shows a little help about options and quits immediately
28
29 -V, --version
30 This shows the program version
31
32 -c, --config=<path>
33 Use given path for configuration data
34
35 --override_xim=<yes/no>
36 Override global XIM setting to use simple method
37
38 Any other argument will be interpreted as directory to show on the left
39 side.
40 A second argument can be a directory to show on the right side.
41
42
44 SIGUSR1 causes Worker to stop executing the command list, useful when
45 stuck in an endless loop.
46
47
49 WORKER_XEDITOR
50 overrides the editor used by Worker in the default configura‐
51 tion.
52
53
55 ~/.worker
56
57 Worker's default configuration directory (can be changed with -c
58 argument).
59
60 ~/.worker/config
61
62 Worker's configuration.
63
64 ~/.worker/lvconf
65
66 left and right list view configuration settings.
67
68 ~/.worker/bookmarks
69
70 List of stored bookmarks and their categories (labels).
71
72 ~/.worker/prefix.db
73
74 Probability database to suggest best bookmark entry for a given
75 filter string.
76
77 ~/.worker/directory-history
78
79 List of directories visited in the past. Feature must be enabled
80 in the path jump configuration.
81
82 ~/.worker/directory-history.prob
83
84 Probability database to suggest best path jump entry for a given
85 filter string.
86
87 ~/.worker/filterselect-history
88
89 List of filters used for select list view entries based on a
90 pattern.
91
92 ~/.worker/last_running_version
93
94 contains the latest Worker version run on this account. Used for
95 importing new config examples when updating Worker.
96
97 ~/.worker/menu-choices
98
99 Probability database to suggest best command menu entry for a
100 given filter string.
101
102 ~/.worker/setfilter-history
103
104 Filters previously applied to the list view.
105
106 ~/.worker/startprog-history
107
108 Commands previously executed in the startprog command.
109
110 ~/.worker/volman_ignore_devices
111
112 List of volumes to ignore in the volume manager. Can be config‐
113 ured in the volume manager UI.
114
115 ~/.worker/override_xim
116
117 Special file telling worker to use a fallback X input method if
118 this file exists. Used in case the keyboard is stuck. Argument
119 --override_xim can be used to change this behavior.
120
121
123 This program is distributed under the terms of the GNU General Public
124 License V2 or later as published by the Free Software Foundation.
125
126
128 The latest version and online documentation can be found at
129 http://www.boomerangsworld.de/worker
130
131
133 Ralf Hoffmann <ralf@boomerangsworld.de>
134
135
136
137Worker file manager February 2, 2014 worker(1)