1geeqie(1) General Commands Manual geeqie(1)
2
3
4
6 Geeqie - GTK based multiformat image viewer
7
9 geeqie [options] [path]
10
11
13 Geeqie is an interactive GTK based image viewer that supports multiple
14 image formats, zooming, panning, thumbnails and sorting images into
15 collections.
16
17
19 +t,--with-tools
20 Force the toolbox to be shown.
21
22 -t,--without-tools
23 Force the toolbox to be hidden.
24
25 -f,--fullscreen
26 Start in full screen mode.
27
28 -s,--slideshow
29 Start in slideshow mode.
30
31 -l,--list
32 Open collection window for command line files.
33
34 --debug
35 Turn on debugging output.
36
37 -v,--version
38 Print version.
39
40 -h,--help
41 Print command line options.
42
43
45 Key naming is similar to that of emacs(1): C-key indicates that control
46 should be held, and key should be pressed; S-key indicates that shift
47 should be held and key should be pressed; these two can be combined,
48 also, into C-S-key.
49
50 left-mouse-click
51 (on image) next image
52
53 middle-mouse-click
54 (on image) previous image
55
56 right-mouse
57 context menu
58
59 middle-mouse-drag
60 drag and drop operations
61
62 mouse-wheel
63 (on image) Changes to the next or previous image, or if option
64 is enabled, scrolls the image vertically.
65
66 mouse-wheel+Shift-key
67 (on image) Inverts the mouse wheel behavior between scrolling
68 image or changing image.
69
70 mouse-wheel+Control-key
71 (on image) Zooms the image in and out.
72
73 GENERAL KEYS
74 PageDown
75 next image
76
77 PageUp previous image
78
79 Home first image in list
80
81 End last image in list
82
83 Tab tab completion in path entry window
84
85 Escape cancel completion in path entry window or stop generating thumb‐
86 nails
87
88 IMAGE KEYS
89 Keys that are valid when the image part of the window is focused.
90
91 Arrows pan image
92
93 Shift+Arrows
94 pan image faster
95
96 Space,N
97 next image
98
99 Backspace,B
100 previous image
101
102 FILE RELATED KEYS
103 C new empty collection
104
105 O open collection
106
107 D open the Find Duplicates window
108
109 C-F new folder
110
111 C-C copy file
112
113 C-M move file
114
115 C-R rename file
116
117 C-D,Delete
118 delete file
119
120 C-N new window
121
122 C-W close window
123
124 C-Q quit
125
126 EDIT MENU RELATED KEYS
127 C-1,2..9,0
128 run external editor
129
130 C-A select all files
131
132 C-S-A unselect all files
133
134 C-O go to the Configuration window
135
136 C-P display image properties
137
138 ] rotate image clockwise
139
140 [ rotate image counterclockwise
141
142 S-R rotate image 180 degrees
143
144 S-M mirror image (horizontal)
145
146 S-F flip image (vertical)
147
148 VIEW MENU RELATED KEYS
149 +,= zoom in
150
151 - zoom out
152
153 Z,KeyPad-/
154 zoom to original size
155
156 X,KeyPad-*
157 zoom to fit window
158
159 1,2,3,4
160 zoom in to X scale factor
161
162 9,8,7 zoom to -2, -3, -4, respectively
163
164 T toggle thumbnail display
165
166 C-L display files in list format
167
168 C-I display files in icon format
169
170 C-T toggle tree view for directories
171
172 R refresh file list
173
174 L toggle floating of file selection area
175
176 H toggle hiding of file selection area
177
178 F,V toggle full-screen mode
179
180 S toggle slide-show mode
181
182 P toggle pause of slideshow
183
184 C-E toggle display of exif sidebar
185
186 C-S toggle display of sort manager
187
188 COLLECTION WINDOW KEYS
189 Arrows move selection
190
191 Shift+Arrows
192 select multiple images
193
194 Control+Arrows
195 move selector without changing selection
196
197 Space select the image under the selector
198
199 Control+Space
200 toggle selection of the image under the selector
201
202 Home move selector to the top image
203
204 End move selector to bottom image
205 Adding Shift or Control to Home and End has a similar effect as
206 adding them to the arrows.
207
208 C-A select all images
209
210 C-S-A unselect all images
211
212 Delete remove image form collection (does not delete the file)
213
214 C-L add images to collection form main file list
215
216 N sort collection by name
217
218 D sort collection by date
219
220 B sort collection by file size
221
222 P sort collection by pathname
223
224 I sort collection by name numerically (*)
225
226 Enter view image under selector in the main image window
227
228 V view image under selector in new window
229
230 C-1,2..9,0
231 open selected image(s) in external editor
232
233 S save collection
234
235 C-S save collection as
236
237 A append current collection to existing collection
238
239 C-C copy selected files
240
241 C-M move selected files
242
243 C-R rename selected files
244
245 C-D delete selected files
246
247 C-W close window
248
249 DUPLICATES WINDOW KEYS
250 C-A select all images
251
252 C-S-A unselect all images
253
254 1 select group 1 images
255
256 2 select group 2 images
257
258 C-L add images from main window file list
259
260 C add selected images to new collection
261
262 Delete remove selected images from list
263
264 C-Delete
265 clear window
266
267 Enter view image with focus in main window
268
269 V view image with focus in new window
270
271 C-1,2..9,0
272 open selected image(s) in editor
273
274 C-P display properties window for selected images
275
276 C-C copy selected files
277
278 C-M move selected files
279
280 C-R rename selected files
281
282 C-D delete selected files
283
284 C-W close window
285
286
287
289 Copyright (C) 1999-2004 by John Ellis. Use this software at your own
290 risk! This software released under the GNU General Public License.
291 Please read the COPYING file for more information.
292
294 Please send bug reports and feedback to geeqie-devel@lists.source‐
295 forge.net
296
298 John Ellis <johne@verizon.net>
299 Manpage originally prepared by Nick Rusnov <nick@grawk.net>
300
301
302
303 Geeqie geeqie(1)