1geeqie(1)                   General Commands Manual                  geeqie(1)
2
3
4

NAME

6       Geeqie - GTK based multiformat image viewer
7

SYNOPSIS

9       geeqie [options] [path]
10
11

DESCRIPTION

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

OPTIONS

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[files...][collections...]
32              Open collection window for command line files.
33
34       --blank
35              Start with blank file list.
36
37       --geometry=XxY+XOFF+YOFF
38              Set main window location.
39
40       -r,--remote
41              Send following commands to open window.
42
43       -rh,--remote-help
44              Print remote command list.
45
46       --debug[=level]
47              Turn on debugging output.
48
49       -g:<regexp>,--grep:<regexp>
50              Filter debug output.
51
52       +w,--show-log-window
53              Show log window.
54
55       -o:<FILE>,--log-file:<FILE>
56              Save log data to FILE.
57
58       -v,--version
59              Print version.
60
61       -h,--help
62              Print command line options.
63
64

REMOTE OPTIONS

66       -n,--next
67              Next image.
68
69       -b,--back
70              Previous image.
71
72       --first
73              First image.
74
75       --last Last image.
76
77       -f,--fullscreen
78              Toggle full screen.
79
80       -fs,--fullscreen-start
81              Start full screen.
82
83       -fS,--fullscreen-stop
84              Stop full screen.
85
86       -s,--slideshow
87              Toggle slideshow.
88
89       -ss,--slideshow-start
90              Start slideshow.
91
92       -sS,--slideshow-stop
93              Stop slideshow.
94
95       --slideshow-recurse:<FOLDER>
96              Start recursive slide show in FOLDER.
97
98       -d<[HRS:][MINS:][N][.M]>,--delay=<[hrs:][mins][N][.M]>
99              Set slide show delay to Hrs Mins N.M seconds.
100
101       +t,--tools-show
102              Show tools.
103
104       -t,--tools-hide
105              Hide tools.
106
107       -q,--quit
108              Quit.
109
110       --config-load:<FILE>
111              Load configuration from FILE.
112
113       --get-sidecars:<FILE>
114              Get list of sidecars of FILE.
115
116       --get-destination:<FILE>
117              Get destination path of FILE.
118
119       file:<FILE>
120              Open FILE, bring Geeqie window to the top.
121
122       --file:<FILE>
123              Open FILE, bring Geeqie window to the top.
124
125       File:<FILE>
126              Open FILE, do not bring Geeqie window to the top.
127
128       --File:<FILE>
129              Open FILE, do not bring Geeqie window to the top.
130
131       --tell Print filename [and Collection] of current image.
132
133       --pixel-info
134              Print X, Y and RGB of mouse pointer on current image.
135
136       --get-rectangle
137              Get rectangle co-ordinates.
138
139       --get-render-intent
140              Get render intent.
141
142       --get-filelist:[<FOLDER>]
143              Get list of files and class.
144
145       --get-filelist-recurse:[<FOLDER>]
146              Get list of file and class recursive.
147
148       --get-collection:<COLLECTION>
149              Get collection content.
150
151       --get-collection-list
152              Get collection list.
153
154       view:<FILE>
155              Open FILE in new window.
156
157       --view:<FILE>
158              Open FILE in new window.
159
160       --list-clear
161              Clear command line collection list.
162
163       --list-add:<FILE>
164              Add FILE to command line collection list.
165
166       raise  Bring the Geeqie window to the top.
167
168       --raise
169              Bring the Geeqie window to the top.
170
171       --id:<ID>
172              Window ID for following commands.
173
174       --new-window
175              Open new window.
176
177       --close-window
178              Close window.
179
180       -ct:clear|clean,--cache-thumbs:clear|clean
181              Clear or clean thumbnail cache.
182
183       -cs:clear|clean,--cache-shared:clear|clean
184              Clear or clean shared thumbnail cache.
185
186       -cm,--cache-metadata
187              Clean metadata cache.
188
189       -cr:<folder>,--cache-render:<folder>
190              Render thumbnails.
191
192       -crr:<folder>,--cache-render-recurse:<folder>
193              Render thumbnails recursively.
194
195       -crs:<folder>,--cache-render-shared:<folder>
196              Render thumbnails (see Help).
197
198       -crsr:<folder>,--cache-render-shared-recurse:<folder>
199              Render thumbnails recursively (see Help).
200
201       --lua:<FILE>,<lua-script>
202              Run lua script on FILE.
203
204       --PWD:<PWD>
205              Use PWD as working directory for following commands.
206
207

USAGE

209       Key naming is similar to that of emacs(1): C-key indicates that control
210       should be held, and key should be pressed; S-key  indicates that  shift
211       should  be  held  and key should be pressed; these two can be combined,
212       also, into C-S-key.
213
214       left-mouse-click
215              (on image) next image
216
217       middle-mouse-click
218              (on image) previous image
219
220       right-mouse
221              context menu
222
223       middle-mouse-drag
224              drag and drop operations
225
226       mouse-wheel
227              (on image) Changes to the next or previous image, or  if  option
228              is enabled, scrolls the image vertically.
229
230       mouse-wheel+Shift-key
231              (on  image)  Inverts  the mouse wheel behavior between scrolling
232              image or changing image.
233
234       mouse-wheel+Control-key
235              (on image) Zooms the image in and out.
236
237   GENERAL KEYS
238       PageDown
239              next image
240
241       PageUp previous image
242
243       Home   first image in list
244
245       End    last image in list
246
247       Tab    tab completion in path entry window
248
249       Escape cancel completion in path entry window or stop generating thumb‐
250              nails
251
252   IMAGE KEYS
253       Keys that are valid when the image part of the window is focused.
254
255       Arrows pan image
256
257       Shift+Arrows
258              pan image faster
259
260       Space,N
261              next image
262
263       Backspace,B
264              previous image
265
266   FILE RELATED KEYS
267       C      new empty collection
268
269       O      open collection
270
271       D      open the Find Duplicates window
272
273       C-F    new folder
274
275       C-C    copy file
276
277       C-M    move file
278
279       C-R    rename file
280
281       C-D,Delete
282              delete file
283
284       C-N    new window
285
286       C-W    close window
287
288       C-Q    quit
289
290   EDIT MENU RELATED KEYS
291       C-1,2..9,0
292              run external editor
293
294       C-A    select all files
295
296       C-S-A  unselect all files
297
298       C-O    go to the Configuration window
299
300       C-P    display image properties
301
302       ]      rotate image clockwise
303
304       [      rotate image counterclockwise
305
306       S-R    rotate image 180 degrees
307
308       S-M    mirror image (horizontal)
309
310       S-F    flip image (vertical)
311
312   VIEW MENU RELATED KEYS
313       +,=    zoom in
314
315       -      zoom out
316
317       Z,KeyPad-/
318              zoom to original size
319
320       X,KeyPad-*
321              zoom to fit window
322
323       1,2,3,4
324              zoom in to X scale factor
325
326       9,8,7  zoom to -2, -3, -4, respectively
327
328       T      toggle thumbnail display
329
330       C-L    display files in list format
331
332       C-I    display files in icon format
333
334       C-T    toggle tree view for directories
335
336       R      refresh file list
337
338       L      toggle floating of file selection area
339
340       H      toggle hiding of file selection area
341
342       F,V    toggle full-screen mode
343
344       S      toggle slide-show mode
345
346       P      toggle pause of slideshow
347
348       C-E    toggle display of exif sidebar
349
350       C-S    toggle display of sort manager
351
352   COLLECTION WINDOW KEYS
353       Arrows move selection
354
355       Shift+Arrows
356              select multiple images
357
358       Control+Arrows
359              move selector without changing selection
360
361       Space  select the image under the selector
362
363       Control+Space
364              toggle selection of the image under the selector
365
366       Home   move selector to the top image
367
368       End    move selector to bottom image
369              Adding  Shift or Control to Home and End has a similar effect as
370              adding them to the arrows.
371
372       C-A    select all images
373
374       C-S-A  unselect all images
375
376       Delete remove image form collection (does not delete the file)
377
378       C-L    add images to collection form main file list
379
380       N      sort collection by name
381
382       D      sort collection by date
383
384       B      sort collection by file size
385
386       P      sort collection by pathname
387
388       I      sort collection by name numerically (*)
389
390       Enter  view image under selector in the main image window
391
392       V      view image under selector in new window
393
394       C-1,2..9,0
395              open selected image(s) in external editor
396
397       S      save collection
398
399       C-S    save collection as
400
401       A      append current collection to existing collection
402
403       C-C    copy selected files
404
405       C-M    move selected files
406
407       C-R    rename selected files
408
409       C-D    delete selected files
410
411       C-W    close window
412
413   DUPLICATES WINDOW KEYS
414       C-A    select all images
415
416       C-S-A  unselect all images
417
418       1      select group 1 images
419
420       2      select group 2 images
421
422       C-L    add images from main window file list
423
424       C      add selected images to new collection
425
426       Delete remove selected images from list
427
428       C-Delete
429              clear window
430
431       Enter  view image with focus in main window
432
433       V      view image with focus in new window
434
435       C-1,2..9,0
436              open selected image(s) in editor
437
438       C-P    display properties window for selected images
439
440       C-C    copy selected files
441
442       C-M    move selected files
443
444       C-R    rename selected files
445
446       C-D    delete selected files
447
448       C-W    close window
449
450

FILES

452       The following data lists the locations Geeqie uses for various actions.
453       The uppercase symbols are environment variables. If they are not set on
454       your system the fallback locations are listed  in  parentheses.  Geeqie
455       will first attempt to load a configuration file from:
456
457       /etc/geeqie/geeqierc.xml
458
459       It  will  then continue with the following locations.  Most of Geeqie's
460       configuration files are contained in the folder, and sub-folders of:
461
462       $XDG_CONFIG_HOME/geeqie/ ($~/.config/geeqie/)
463
464       Geeqie's standard configuration file is:
465
466       .../geeqierc.xml
467
468       An alternative configuration file may be used by executing:
469
470       geeqie -r --config-load:<filename>
471
472       Geeqie-created desktop files used by Plugins are in the folder:
473
474       .../applications
475
476       Lua script files for Lua Extensions are in the folder:
477
478       .../lua
479
480       Historic data such as last  several  folders  visited,  bookmarks,  and
481       recently  used  collections, as well as default print settings are con‐
482       tained in this text file:
483
484       .../history
485
486       Keyboard shortcut maps are contained in this text file:
487
488       .../accels
489
490       The location for Collections is in the folder:
491
492       $XDG_DATA_HOME/geeqie/collections
493       ($~/.local/share/geeqie/collections)
494
495       The lirc Infra-red controller configuration file must be located at:
496
497       $HOME/.lircrc
498
499       Thumbnails are stored in a location specified in Thumbnail Preferences
500
501       Metadata is stored either in the image file or in the  location  speci‐
502       fied in Safe Delete
503
504       The safe delete folder is specified in the Metadata tab of main Prefer‐
505       ences
506
507

LICENSE

509       Copyright (C) 1999-2004 by John Ellis.  Copyright (C) 2004-2019 by  The
510       Geeqie  Team.   Use  this  software  at  your  own risk!  This software
511       released under the GNU General Public License. Please read the  COPYING
512       file for more information.
513

BUGS

515       Please  send  bug  reports  and  feedback to https://github.com/BestIm
516       ageViewer/geeqie/issues
517

AUTHOR

519       John Ellis <johne@verizon.net>
520       Manpage originally prepared by Nick Rusnov <nick@grawk.net>
521
522
523
524                                    Geeqie                           geeqie(1)
Impressum