From: akimdi Date: Tue, 20 Apr 2021 01:00:30 +0000 (+0300) Subject: added ico format to imgview plugin X-Git-Tag: v4.1~143^2~1 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=794048b306d300ed8dbf289f2102484d5e2b790f;p=nnn.git added ico format to imgview plugin --- diff --git a/plugins/imgview b/plugins/imgview index 3e1afe2d..42f60cde 100755 --- a/plugins/imgview +++ b/plugins/imgview @@ -18,7 +18,7 @@ abspath() { listimages() { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|webp\|svg\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|webp\|ico\|svg\|png\|gif\)$' -print0 | sort -z } view_dir() {