forked from BestImageViewer/geeqie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeeqie.1
778 lines (749 loc) · 11.6 KB
/
geeqie.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
.\"Created with GNOME Manpages Editor
.\"http://gmanedit.sourceforge.net
.\"Sergio Rua <[email protected]>
.\"
.\"
.\" Geeqie manual page.
.\" (C)2004 John Ellis <[email protected]>
.\"
.\" This document is free to modify and distribute.
.\"
.TH geeqie 1 "Geeqie"
.SH NAME
Geeqie \- GTK based multiformat image viewer
.SH SYNOPSIS
.B geeqie
.RI [ options ]
.RI [ path ]
.br
.SH DESCRIPTION
\fBGeeqie\fP is an interactive GTK based image viewer that supports multiple image formats, zooming, panning, thumbnails and sorting images into collections.
.SH OPTIONS
.B
.IP \+t,\-\-with\-tools
Force the toolbox to be shown.
.br
.B
.IP \-t,\-\-without\-tools
Force the toolbox to be hidden.
.br
.B
.IP \-f,\-\-fullscreen
Start in full screen mode.
.br
.B
.IP \-s,\-\-slideshow
Start in slideshow mode.
.br
.B
.IP \-l,\-\-list[files...][collections...]
Open collection window for command line files.
.br
.B
.IP \-\-blank
Start with blank file list.
.br
.B
.IP \-\-geometry=XxY+XOFF+YOFF
Set main window location.
.br
.B
.IP \-n,\-\-new-instance
Open a new instance of Geeqie.
.br
.B
.IP \-r,\-\-remote
Send following commands to open window.
.br
.B
.IP \-rh,\-\-remote-help
Print remote command list.
.br
.B
.IP \-\-debug[=level]
Turn on debugging output.
.br
.B
.IP \-g:<regexp>,\-\-grep:<regexp>
Filter debug output.
.br
.B
.IP \+w,\-\-show-log-window
Show log window.
.br
.B
.IP \-o:<FILE>,\-\-log-file:<FILE>
Save log data to FILE.
.br
.B
.IP \-v,\-\-version
Print version.
.br
.B
.IP \-h,\-\-help
Print command line options.
.br
.B
.IP \-\-disable-clutter
Disable use of Clutter library (i.e. GPU accel.).
.SH REMOTE OPTIONS
.B
.IP \-n,\-\-next
Next image.
.br
.B
.IP \-b,\-\-back
Previous image.
.br
.B
.IP \-\-first
First image.
.br
.B
.IP \-\-last
Last image.
.br
.B
.IP \-f,\-\-fullscreen
Toggle full screen.
.br
.B
.IP \-fs,\-\-fullscreen-start
Start full screen.
.br
.B
.IP \-fS,\-\-fullscreen-stop
Stop full screen.
.br
.B
.IP \-s,\-\-slideshow
Toggle slideshow.
.br
.B
.IP \-ss,\-\-slideshow-start
Start slideshow.
.br
.B
.IP \-sS,\-\-slideshow-stop
Stop slideshow.
.br
.B
.IP \-\-slideshow-recurse:<FOLDER>
Start recursive slide show in FOLDER.
.br
.B
.IP \-d<[HRS:][MINS:][N][.M]>,\-\-delay=<[hrs:][mins][N][.M]>
Set slide show delay to Hrs Mins N.M seconds.
.br
.B
.IP \+t,\-\-tools-show
Show tools.
.br
.B
.IP \-t,\-\-tools-hide
Hide tools.
.br
.B
.IP \-q,\-\-quit
Quit.
.br
.B
.IP \-\-config-load:<FILE>|layout\ ID
Load configuration from FILE.
.br
.B
.IP \-\-get-sidecars:<FILE>
Get list of sidecars of FILE.
.br
.B
.IP \-\-get-destination:<FILE>
Get destination path of FILE.
.br
.B
.IP file:<FILE>|<URL>
Open FILE or URL, bring Geeqie window to the top.
.br
.B
.IP \-\-file:<FILE>|<URL>
Open FILE or URL, bring Geeqie window to the top.
.br
.B
.IP File:<FILE>|<URL>
Open FILE or URL, do not bring Geeqie window to the top.
.br
.B
.IP \-\-File:<FILE>|<URL>
Open FILE or URL, do not bring Geeqie window to the top.
.br
.B
.IP \-\-tell
Print filename [and Collection] of current image.
.br
.B
.IP \-\-pixel\-info
Print X, Y and RGB of mouse pointer on current image.
.br
.B
.IP \-\-get\-rectangle
Get rectangle co-ordinates.
.br
.B
.IP \-\-get\-render\-intent
Get render intent.
.br
.B
.IP \-\-get\-filelist:[<FOLDER>]
Get list of files and class.
.br
.B
.IP \-\-get\-filelist-recurse:[<FOLDER>]
Get list of file and class recursive.
.br
.B
.IP \-\-get\-collection:<COLLECTION>
Get collection content.
.br
.B
.IP \-\-get\-collection\-list
Get collection list.
.br
.B
.IP \-\-get\-file\-info
Get file info.
.br
.B
.IP view:<FILE>
Open FILE in new window.
.br
.B
.IP \-\-view:<FILE>
Open FILE in new window.
.br
.B
.IP \-\-list-clear
Clear command line collection list.
.br
.B
.IP \-\-list-add:<FILE>
Add FILE to command line collection list.
.br
.B
.IP raise
Bring the Geeqie window to the top.
.br
.B
.IP \-\-raise
Bring the Geeqie window to the top.
.br
.B
.IP \-\-id:<ID>
Window ID for following commands.
.br
.B
.IP \-\-new-window
Open new window.
.br
.B
.IP \-\-close-window
Close window.
.br
.B
.IP \-\-geometry=[XxY][+XOFF+YOFF]
Set window geometry.
.br
.B
.IP \-ct:clear|clean,\-\-cache-thumbs:clear|clean
Clear or clean thumbnail cache.
.br
.B
.IP \-cs:clear|clean,\-\-cache-shared:clear|clean
Clear or clean shared thumbnail cache.
.br
.B
.IP \-cm,\-\-cache-metadata
Clean metadata cache.
.br
.B
.IP \-cr:<folder>,\-\-cache-render:<folder>
Render thumbnails.
.br
.B
.IP \-crr:<folder>,\-\-cache-render-recurse:<folder>
Render thumbnails recursively.
.br
.B
.IP \-crs:<folder>,\-\-cache-render-shared:<folder>
Render thumbnails (see Help).
.br
.B
.IP \-crsr:<folder>,\-\-cache-render-shared-recurse:<folder>
Render thumbnails recursively (see Help).
.br
.B
.IP \-\-lua:<FILE>,<lua-script>
Run lua script on FILE.
.br
.B
.IP \-\-PWD:<PWD>
Use PWD as working directory for following commands.
.br
.B
.IP \-\-print0
Terminate returned data with null character instead of newline.
.br
.SH USAGE
Key naming is similar to that of \fBemacs\fP(1): \fIC-key\fP indicates that control should be held, and key should be pressed; \fIS-key\fP indicates that shift should be held and key should be pressed; these two can be combined, also, into \fIC-S-key\fP.
.B
.IP left-mouse-click
(on image) next image
.br
.B
.IP middle-mouse-click
(on image) previous image
.br
.B
.IP right-mouse
context menu
.br
.B
.IP middle-mouse-drag
drag and drop operations
.br
.B
.IP mouse-wheel
(on image) Changes to the next or previous image, or if option is enabled, scrolls the image vertically.
.br
.B
.IP mouse-wheel+Shift-key
(on image) Inverts the mouse wheel behavior between scrolling image or changing image.
.br
.B
.IP mouse-wheel+Control-key
(on image) Zooms the image in and out.
.br
.SS GENERAL KEYS
.B
.IP PageDown
next image
.br
.B
.IP PageUp
previous image
.br
.B
.IP Home
first image in list
.br
.B
.IP End
last image in list
.br
.B
.IP Tab
tab completion in path entry window
.br
.B
.IP Escape
cancel completion in path entry window or stop generating thumbnails
.br
.SS IMAGE KEYS
Keys that are valid when the image part of the window is focused.
.B
.IP Arrows
pan image
.br
.B
.IP Shift+Arrows
pan image faster
.br
.B
.IP Space,N
next image
.br
.B
.IP Backspace,B
previous image
.br
.SS FILE RELATED KEYS
.B
.IP C
new empty collection
.br
.B
.IP O
open collection
.br
.B
.IP D
open the Find Duplicates window
.br
.B
.IP C-F
new folder
.br
.B
.IP C-C
copy file
.br
.B
.IP C-M
move file
.br
.B
.IP C-R
rename file
.br
.B
.IP C-D,Delete
delete file
.br
.B
.IP C-N
new window
.br
.B
.IP C-W
close window
.br
.B
.IP C-Q
quit
.br
.SS EDIT MENU RELATED KEYS
.B
.IP C-1,2..9,0
run external editor
.br
.B
.IP C-A
select all files
.br
.B
.IP C-S-A
unselect all files
.br
.B
.IP C-O
go to the Configuration window
.br
.B
.IP C-P
display image properties
.br
.B
.IP ]
rotate image clockwise
.br
.B
.IP [
rotate image counterclockwise
.br
.B
.IP S-R
rotate image 180 degrees
.br
.B
.IP S-M
mirror image (horizontal)
.br
.B
.IP S-F
flip image (vertical)
.br
.SS VIEW MENU RELATED KEYS
.B
.IP +,=
zoom in
.br
.B
.IP -
zoom out
.br
.B
.IP Z,KeyPad-/
zoom to original size
.br
.B
.IP X,KeyPad-*
zoom to fit window
.br
.B
.IP 1,2,3,4
zoom in to X scale factor
.br
.B
.IP 9,8,7
zoom to \-2, \-3, \-4, respectively
.br
.B
.IP T
toggle thumbnail display
.br
.B
.IP C-L
display files in list format
.br
.B
.IP C-I
display files in icon format
.br
.B
.IP C-T
toggle tree view for directories
.br
.B
.IP R
refresh file list
.br
.B
.IP L
toggle floating of file selection area
.br
.B
.IP H
toggle hiding of file selection area
.br
.B
.IP F,V
toggle full-screen mode
.br
.B
.IP S
toggle slide-show mode
.br
.B
.IP P
toggle pause of slideshow
.br
.B
.IP C-E
toggle display of exif sidebar
.br
.B
.IP C-S
toggle display of sort manager
.br
.SS COLLECTION WINDOW KEYS
.B
.IP Arrows
move selection
.br
.B
.IP Shift+Arrows
select multiple images
.br
.B
.IP Control+Arrows
move selector without changing selection
.br
.B
.IP Space
select the image under the selector
.br
.B
.IP Control+Space
toggle selection of the image under the selector
.br
.B
.IP Home
move selector to the top image
.br
.B
.IP End
move selector to bottom image
.br
Adding Shift or Control to Home and End has a similar effect as adding them to the arrows.
.B
.IP C-A
select all images
.br
.B
.IP C-S-A
unselect all images
.br
.B
.IP Delete
remove image form collection (does not delete the file)
.br
.B
.IP C-L
add images to collection form main file list
.br
.B
.IP N
sort collection by name
.br
.B
.IP D
sort collection by date
.br
.B
.IP B
sort collection by file size
.br
.B
.IP P
sort collection by pathname
.br
.B
.IP I
sort collection by name numerically (*)
.br
.B
.IP Enter
view image under selector in the main image window
.br
.B
.IP V
view image under selector in new window
.br
.B
.IP C-1,2..9,0
open selected image(s) in external editor
.br
.B
.IP S
save collection
.br
.B
.IP C-S
save collection as
.br
.B
.IP A
append current collection to existing collection
.br
.B
.IP C-C
copy selected files
.br
.B
.IP C-M
move selected files
.br
.B
.IP C-R
rename selected files
.br
.B
.IP C-D
delete selected files
.br
.B
.IP C-W
close window
.br
.SS DUPLICATES WINDOW KEYS
.B
.IP C-A
select all images
.br
.B
.IP C-S-A
unselect all images
.br
.B
.IP 1
select group 1 images
.br
.B
.IP 2
select group 2 images
.br
.B
.IP C-L
add images from main window file list
.br
.B
.IP C
add selected images to new collection
.br
.B
.IP Delete
remove selected images from list
.br
.B
.IP C-Delete
clear window
.br
.B
.IP Enter
view image with focus in main window
.br
.B
.IP V
view image with focus in new window
.br
.B
.IP C-1,2..9,0
open selected image(s) in editor
.br
.B
.IP C-P
display properties window for selected images
.br
.B
.IP C-C
copy selected files
.br
.B
.IP C-M
move selected files
.br
.B
.IP C-R
rename selected files
.br
.B
.IP C-D
delete selected files
.br
.B
.IP C-W
close window
.br
.SH FILES
The following data lists the locations Geeqie uses for various actions. The
uppercase symbols are environment variables. If they are not set on your system
the fallback locations are listed in parentheses. Geeqie will first attempt to
load a configuration file from:
.B /etc/geeqie/geeqierc.xml
It will then continue with the following locations.
Most of Geeqie's configuration files are contained in the folder, and sub-folders of:
.B $XDG_CONFIG_HOME/geeqie/
.B ($~/.config/geeqie/)
Geeqie's standard configuration file is:
.B .../geeqierc.xml
An alternative configuration file may be used by executing:
.B geeqie -r --config-load:<filename>
Geeqie-created desktop files used by Plugins are in the folder:
.B .../applications
Lua script files for Lua Extensions are in the folder:
.B .../lua
Historic data such as last several folders visited, bookmarks, and recently used collections, as well as default print settings are contained in this text file:
.B .../history
Keyboard shortcut maps are contained in this text file:
.B .../accels
The location for Collections is in the folder:
.B $XDG_DATA_HOME/geeqie/collections
.br
.B ($~/.local/share/geeqie/collections)
The lirc Infra-red controller configuration file must be located at:
.B $HOME/.lircrc
Thumbnails are stored in a location specified in Thumbnail Preferences
Metadata is stored either in the image file or in the location specified in Safe Delete
The safe delete folder is specified in the Metadata tab of main Preferences
.SH LICENSE
Copyright (C) 1999-2004 by John Ellis.
Copyright (C) 2004-2017 by The Geeqie Team.
Use this software at your own risk!
This software released under the GNU General Public License. Please read the COPYING file for more information.
.SH BUGS
Please send bug reports and feedback to https://github.com/BestImageViewer/geeqie/issues
.SH AUTHOR
.B John Ellis
.br
Manpage originally prepared by
.B Nick Rusnov