ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/README
(Generate patch)

Comparing CV/README (file contents):
Revision 1.11 by root, Wed Jul 19 01:43:10 2017 UTC vs.
Revision 1.14 by root, Fri Aug 26 21:58:02 2022 UTC

9 cv path... 9 cv path...
10 10
11 cv -g <glob expression...> 11 cv -g <glob expression...>
12 12
13 find .. -print0 | cv -0r 13 find .. -print0 | cv -0r
14
15 cv --sort ...
14 16
15FEATURES 17FEATURES
16 CV is supposed to work similar to the venerable XV image viewer, just 18 CV is supposed to work similar to the venerable XV image viewer, just
17 faster. Why faster? 19 faster. Why faster?
18 20
105 You can use the following keys in the image window: 107 You can use the following keys in the image window:
106 108
107 q quit the program 109 q quit the program
108 < half the image size 110 < half the image size
109 > double the image size 111 > double the image size
110 , shrink the image by 10% 112 , shrink the image by ~9% (opposite of .)
111 . enlarge the image by 10% 113 . enlarge the image by 10%
112 n reset to normal size 114 n reset to normal size
113 m maximize to screensize 115 m maximize to screensize
114 M maximize to screensize, respecting image aspect 116 M maximize to screensize, respecting image aspect
115 ctrl-m toggle maxpect-always mode 117 ctrl-m toggle maxpect-always mode
116 ctrl-sift-m toggle using current image size as max image size 118 ctrl-sift-m toggle using current image size as max image size
117 u uncrop 119 u uncrop
118 r set scaling mode to 'nearest' (fastest) 120 r set scaling mode to 'nearest' (fastest)
119 s set scaling mode to 'bilinear' (default) 121 s set scaling mode to 'bilinear' (default)
120 shift-s set scaling mode to 'hyper' (slowest)
121 t rotate clockwise 90° 122 t rotate clockwise 90°
122 T rotate counterclockwise° 123 T rotate counterclockwise°
123 a apply all rotations loslessly to a jpeg file (using exiftran) 124 a apply all rotations loslessly to a jpeg file (using exiftran)
124 ctrl-shift-t apply current rotation for future image loads 125 ctrl-shift-t apply current rotation for future image loads
125 ctrl-v open a new visual schnauzer window for the current dir 126 ctrl-v open a new visual schnauzer window for the current dir
232 CV_EDITOR 233 CV_EDITOR
233 The program that gets executed when the user presses "CTRL-e" in the 234 The program that gets executed when the user presses "CTRL-e" in the
234 Schnauzer or image window. The default is "gimp". 235 Schnauzer or image window. The default is "gimp".
235 236
236 CV_AUDIO_PLAYER 237 CV_AUDIO_PLAYER
238 EXPERIMENTAL: audio playback is now via mpv, this variable is
239 currently ignored.
240
237 Program used to play all sorts of audio (wav, aif, mp3, ogg...), 241 Program used to play all sorts of audio (wav, aif, mp3, ogg...),
238 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>". 242 default "play". Will be called like "$CV_AUDIO_PLAYER -- <path>".
243
244 CV_MPLAYER
245 Program used to play all sorts of video files. Unlike
246 "CV_AUDIO_PLAYER", this really must be some version of the "mpv"
247 programs, or something that is very command-line compatible to them.
248
249 Note: for video-thumbnailing, mplayer is still used (and hardcoded).
239 250
240 CV_PRINT_DESTINATION 251 CV_PRINT_DESTINATION
241 The default (perl-style) destination to use in the print dialog. 252 The default (perl-style) destination to use in the print dialog.
242 253
243 CV_TRASHCAN 254 CV_TRASHCAN

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines