]> Sergey Matveev's repositories - nnn.git/commitdiff
added ico format to nuke plugin
authorakimdi <akimdi@users.noreply.github.com>
Tue, 20 Apr 2021 01:01:44 +0000 (04:01 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 01:01:44 +0000 (04:01 +0300)
plugins/nuke

index 6967e5b4cb4045a5bb5dd84621292943a04d183e..10d478cdb39e68ecf3c6b6995f484e092688c7b2 100755 (executable)
@@ -267,7 +267,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
 }
 
 load_dir() {