diff options
author | toonn <toonn@toonn.io> | 2018-09-07 14:45:05 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-09-07 14:45:05 +0200 |
commit | a7258a2b18e3b29c5c5d24a496c7908f8ed23218 (patch) | |
tree | 386ac34adc70f41ce41234458445dd8d9f324816 /ranger | |
parent | 180bd4ce0d1031a4a69a6197141964c34177b4f8 (diff) | |
download | ranger-a7258a2b18e3b29c5c5d24a496c7908f8ed23218.tar.gz |
Change description comment
I wanted to mention comic books explicitly because most people looking for comic book previews probably won't look for archive previews.
Diffstat (limited to 'ranger')
-rwxr-xr-x | ranger/data/scope.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index 80185690..13a25b45 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -124,7 +124,8 @@ handle_image() { # -- "${FILE_PATH}" "${IMAGE_CACHE_PATH%.*}" \ # && exit 6 || exit 1;; - # Preview archive files by showing their first containing image. + # Preview archives using the first image inside. + # (Very useful for comic book collections for example.) # application/zip|application/x-rar|application/x-7z-compressed|\ # application/x-xz|application/x-bzip2|application/x-gzip|application/x-tar) # local fn=""; local fe="" |