Mercurial > bins
comparison doc/bins-edit-gui.1 @ 0:a84c32f131df 1.1.29
Import vendor version
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Wed, 15 Oct 2008 23:28:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a84c32f131df |
---|---|
1 .TH "BINS" "1" | |
2 .SH "NAME" | |
3 bins-edit-gui \(em Set fields in XML picture description files for BINS | |
4 (using a GNOME-based GUI) | |
5 .SH "SYNOPSIS" | |
6 .PP | |
7 \fBbins-edit-gui\fR [\fIfiles\fR \&...] | |
8 .SH "DESCRIPTION" | |
9 .PP | |
10 This manual page documents briefly the | |
11 \fBbins-edit-gui\fR command. | |
12 .PP | |
13 \fBbins-edit-gui\fR sets values in the XML | |
14 picture description files that \fBbins\fR(1) uses | |
15 to generate galleries. It displays the image (scaled down to | |
16 fit the window) and allows you to fill in the predefined fields | |
17 (or add new ones.) For command-line editing of the same data, | |
18 see \fBbins_edit\fR(1). | |
19 | |
20 .SH "OPTIONS" | |
21 .PP | |
22 This program follows the usual GNU command line syntax, | |
23 with long options starting with two dashes (`\-'). A summary of | |
24 options is included below. | |
25 .IP "\fIfile\fR" 10 | |
26 \fIfile\fR is the | |
27 filename of the image itself. | |
28 .IP "\fB-v\fP" 10 | |
29 .IP "\fB\-\-version\fP" 10 | |
30 Displays program version. | |
31 .IP "\fB-v\fP" 10 | |
32 .IP "\fB\-\-version\fP" 10 | |
33 Displays program version. | |
34 .IP "\fB-h\fP" 10 | |
35 .IP "\fB\-\-help\fP" 10 | |
36 Displays command-line options. | |
37 .IP "\fB\-\-debug\fP" 10 | |
38 Enables random developer debugging messages. | |
39 .SH "COMMANDS" | |
40 .IP "C-n \fBNext file\fR" 10 | |
41 Save current tags set (if any changes have been made) | |
42 and move on to the next image. | |
43 .IP "M-Page Down \fBForward 10\fR" 10 | |
44 Save current tags set (if any changes have been made) | |
45 and skip forward by 10 files. | |
46 .IP "C-p \fBPrevious file\fR" 10 | |
47 Save current tags set (if any changes have been made) | |
48 and move back to the previous image. | |
49 .IP "M-Page Up \fBBack 10\fR" 10 | |
50 Save current tags set (if any changes have been made) | |
51 and skip backwards by 10 files. | |
52 .IP "M-Home \fBStart of List\fR" 10 | |
53 Save current tags set (if any changes have been made) | |
54 and jump to the first file. | |
55 .IP "M-End \fBEnd of List\fR" 10 | |
56 Save current tags set (if any changes have been made) | |
57 and jump to the last file. | |
58 .IP "M-a \fBAuto-fill\fR" 10 | |
59 Fill in any blank fields with the values from the most | |
60 recently seen image. Particularly useful for copying a | |
61 location or event across a set of images. | |
62 .IP "\fBRevert\fR" 10 | |
63 Reload tags from the XML file, | |
64 wiping unsaved changes. | |
65 .IP "C-s \fBSave\fR" 10 | |
66 Save changes, if any. | |
67 .IP "F2 \fBAlbum\fR" 10 | |
68 Edit the album this picture is in. (Under | |
69 construction, but functional.) | |
70 .IP "F3 \fBOpen\fR" 10 | |
71 Not yet implemented. Should provide a file browser later. | |
72 .IP "> \fBRotate Right\fR" 10 | |
73 Rotate image to the Right (Clockwise.) Actually sets | |
74 the \fBOrientation\fP tag with | |
75 \fBpriority\fP 1 so that it overrides the | |
76 corresponding EXIF tag; it does not | |
77 modify the image file itself. | |
78 .IP "\fBCancel rotation\fR" 10 | |
79 Cancels any current changes to the rotation tags | |
80 (effectively, this is a "revert" function for the | |
81 rotation, it doesn't to back to the original | |
82 EXIF tags in the | |
83 JPEG file.) | |
84 .IP "< \fBRotate Left\fR" 10 | |
85 Rotate image to the Left (Counter Clockwise.) Actually sets | |
86 the \fBOrientation\fP tag with | |
87 \fBpriority\fP 1 so that it overrides the | |
88 corresponding EXIF tag; it does not | |
89 modify the image file itself. | |
90 .IP "C-q \fBQuit\fR" 10 | |
91 Quit program, saving current changes (if any.) | |
92 .IP "\fBAbout\fR" 10 | |
93 Display About box. | |
94 .IP "\fBLicense\fR" 10 | |
95 Display License box. | |
96 .SH "EXAMPLES" | |
97 .PP | |
98 Edit all the images in a directory: | |
99 | |
100 .PP | |
101 \fBbins-edit-gui $(find bins-picture-dir \-name '*.jpg')\fR | |
102 | |
103 .SH "SEE ALSO" | |
104 .PP | |
105 bins (1), bins_edit (1). | |
106 .SH "AUTHOR" | |
107 .PP | |
108 This manual page was written by Mark W. Eichin eichin@thok.org. | |
109 .\" created by instant / docbook-to-man, Mon 22 Aug 2005, 01:55 |