comparison man/misc.texi @ 69784:2a84440a03fb

Small additions about tumme.
author Mathias Dahl <mathias.dahl@gmail.com>
date Mon, 03 Apr 2006 21:34:02 +0000
parents cd14e584d88e
children f2d982bf90e8
comparison
equal deleted inserted replaced
69783:d1bfd9018628 69784:2a84440a03fb
2398 deletion in the Dired buffer. You can also delete the thumbnail image 2398 deletion in the Dired buffer. You can also delete the thumbnail image
2399 from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}). 2399 from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}).
2400 2400
2401 More advanced features include @dfn{image tags}, which are metadata 2401 More advanced features include @dfn{image tags}, which are metadata
2402 used to categorize image files. The tags are stored in a plain text 2402 used to categorize image files. The tags are stored in a plain text
2403 file. 2403 file configured by @code{tumme-db-file}.
2404 @c ??? What is the file name? 2404
2405 2405 To tag image files, mark them in the dired buffer (you can also mark
2406 To tag image files, mark them in the dired buffer and type @kbd{C-t 2406 files in Dired from the thumbnail buffer by typing @kbd{m}) and type
2407 t} (@code{tumme-tag-files}). You will be prompted for a tag. To mark 2407 @kbd{C-t t} (@code{tumme-tag-files}). You will be prompted for a tag.
2408 files having a certain tag, type @kbd{C-t f} 2408 To mark files having a certain tag, type @kbd{C-t f}
2409 (@code{tumme-mark-tagged-files}). After marking image files with a 2409 (@code{tumme-mark-tagged-files}). After marking image files with a
2410 certain tag, you can use @kbd{C-t d} to view them. 2410 certain tag, you can use @kbd{C-t d} to view them.
2411 2411
2412 @c ??? Remove what? The tag? 2412 You can also tag a file directly from the thumbnail buffer by typing
2413 You can also tag a file from the thumbnail buffer by typing @kbd{t 2413 @kbd{t t} and you can remove a tag by typing @kbd{t r}. There is also
2414 t} and remove it by typing @kbd{t r}. There is also a special ``tag'' 2414 a special ``tag'' called ``comment'' for each file (it is not a tag in
2415 called ``comment'' for each file (it is not a tag in the exact same 2415 the exact same sense as the other tags, it is handled slightly
2416 sense as the other tags, it is handled slightly different). That is 2416 different). That is used to enter a comment or description about the
2417 used to enter a comment or description about the image. You comment a 2417 image. You comment a file from the thumbnail buffer by typing
2418 file from the thumbnail buffer by typing @kbd{c}. You will be 2418 @kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add
2419 prompted for a comment. Type @kbd{C-t c} to add a comment from Dired 2419 a comment from Dired (@code{tumme-dired-comment-files}).
2420 (@code{tumme-dired-comment-files}).
2421 2420
2422 Tumme also provides simple image manipulation. In the thumbnail 2421 Tumme also provides simple image manipulation. In the thumbnail
2423 buffer, type @kbd{L} to rotate the original image 90 degrees anti 2422 buffer, type @kbd{L} to rotate the original image 90 degrees anti
2424 clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This 2423 clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This
2425 rotation is lossless, and uses an external utility called JpegTRAN. 2424 rotation is lossless, and uses an external utility called JpegTRAN.