comparison man/dired.texi @ 68808:96e90465d41f

Added more documentation for tumme.
author Mathias Dahl <mathias.dahl@gmail.com>
date Sat, 11 Feb 2006 22:17:36 +0000
parents 3bc79badcd0e
children b7ccd81bb199
comparison
equal deleted inserted replaced
68807:7ba97c461db7 68808:96e90465d41f
1144 1144
1145 @node Tumme 1145 @node Tumme
1146 @section Thumbnail and image file viewing and manipulation 1146 @section Thumbnail and image file viewing and manipulation
1147 1147
1148 @cindex tumme mode 1148 @cindex tumme mode
1149 Tumme provides for simple viewing of thumbnails if image files. It 1149 Tumme provides for simple viewing of thumbnails of image files. It
1150 also provides viewing of the original file, sized or in full size, 1150 provides viewing of the original file, sized or in full size, inside
1151 inside Emacs or in an external viewer. 1151 Emacs or in an external viewer.
1152 1152
1153 Tumme aims to be both easy to use for a beginner but also powerful 1153 Tumme aims to be both easy to use for a beginner but also powerful
1154 and useful to an experienced user. 1154 and useful to an experienced user.
1155 1155
1156 To try out Tumme, mark some image files in Dired and type @kbd{C-t 1156 The quickest way to try out Tumme is to use the command
1157 d} (@code{tumme-display-thumbs}). With point in the thumbnail buffer, 1157 @code{tumme}. It will prompt for a directory where there are images
1158 type @kbd{RET} (@code{tumme-display-thumbnail-original-image}) to 1158 files. All images in that directory will get thumbnail files created
1159 display a sized version of it. Use the keys to move around in the 1159 for them, and the thumbnails will be displayed in the ``thumbnail
1160 buffer. For easy browing, type @kbd{SPC} 1160 buffer''.
1161 (@code{tumme-display-next-thumbnail-original}) to advance and display 1161
1162 the next image. Typing @kbd{DEL} 1162 Because thumbnails are created on the fly and before they can be
1163 displayed, the above command might take a long time, especially the
1164 first time, if the directory contains many image files. If the number
1165 of image files is higher than
1166 @code{tumme-show-all-from-dir-max-files}, the command will be aborted.
1167 To work around this you can instead mark the files you want to look
1168 at, using @kbd{m} as usual in Dired, and then type @kbd{C-t d}
1169 (@code{tumme-display-thumbs}).
1170
1171 Regardless of which command you chose to display the thumbnails, a
1172 new buffer will open up, displaying thumbnail images of the files that
1173 were marked in dired. The new buffer will be the active one.
1174
1175 With point in the thumbnail buffer, type @kbd{RET}
1176 (@code{tumme-display-thumbnail-original-image}) to display a sized
1177 version of it in another window. The image will be sized to fit the
1178 window. Use the arrow keys to move around in the buffer. For easy
1179 browing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
1180 to advance and display the next image. Typing @kbd{DEL}
1163 (@code{tumme-display-previous-thumbnail-original}) backs up to the 1181 (@code{tumme-display-previous-thumbnail-original}) backs up to the
1164 previous thumbnail and displays the image. 1182 previous thumbnail and displays that instead.
1165 1183
1166 If you want to see the image in its original size, either provide a 1184 If you want to see the image in its original size, either provide a
1167 prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type 1185 prefix argument (@kbd{C-u}) before pressing @kbd{RET}, or type
1168 @kbd{C-return} (@code{tumme-thumbnail-display-external}) to display 1186 @kbd{C-return} (@code{tumme-thumbnail-display-external}) to display
1169 the image in an external viewer. 1187 the image in an external viewer. To use the latter,
1188 @code{tumme-external-viewer} must be configured.
1170 1189
1171 If you find in image that you want to delete, type @kbd{d} 1190 If you find in image that you want to delete, type @kbd{d}
1172 (@code{tumme-flag-thumb-original-file}) and the file will be flagged 1191 (@code{tumme-flag-thumb-original-file}) and the file will be flagged
1173 for deletion in the dired buffer. If you just want to delete the 1192 for deletion in the dired buffer. If you just want visually to delete
1174 thumbnail image from the thumbnail buffer, type @kbd{C-d} 1193 the thumbnail image from the thumbnail buffer, type @kbd{C-d}
1175 (@code{tumme-delete-char}). 1194 (@code{tumme-delete-char}).
1176 1195
1177 More advanced features include commands for using ``tags'' (labels, 1196 More advanced features include commands for using ``tags'' (another
1178 or categories) to tag image files and to search for image files with a 1197 name for ``keyword'' or ``label'') to tag image files and to search
1179 certain tag. 1198 for image files with a certain tag.
1180 1199
1181 The tags put on image files are stored in a database file and can be 1200 The tags put on image files are stored in a database file and can be
1182 used for marking image files. For example, you can let Tumme mark all 1201 used for marking image files. For example, you can let Tumme mark all
1183 files in the current directory tagged with the tag `flowers'. To tag 1202 files in the current directory tagged with the tag `flowers'. To tag
1184 image files, mark them in the dired buffer and type @kbd{C-t t} 1203 image files, mark them in the dired buffer and type @kbd{C-t t}
1185 (@code{tumme-tag-files}). To mark files having a certain tag, type 1204 (@code{tumme-tag-files}). To mark files having a certain tag, type
1186 @kbd{C-t f} (@code{tumme-mark-tagged-files}). 1205 @kbd{C-t f} (@code{tumme-mark-tagged-files}).
1187 1206
1207 After marking image files with a certain tag, they can be viewed as
1208 explained earlier, by typing @key{C-t d}.
1209
1188 Tumme also provide simple image manipulation commands, like rotating 1210 Tumme also provide simple image manipulation commands, like rotating
1189 thumbnails and original image files. 1211 thumbnails and original image files. In the thumbnail buffer, type
1212 @kbd{L} to rotate the original image 90 degrees anti clockwise, and
1213 @kbd{R} to rotate it 90 degrees clockwise.
1214
1215
1190 1216
1191 @node Misc Dired Features 1217 @node Misc Dired Features
1192 @section Other Dired Features 1218 @section Other Dired Features
1193 1219
1194 @cindex Adding to the kill ring in Dired. 1220 @cindex Adding to the kill ring in Dired.