projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
794048b
)
added ico format to nuke plugin
author
akimdi <akimdi@users.noreply.github.com>
Tue, 20 Apr 2021 01:01:44 +0000 (
04:01
+0300)
committer
GitHub <noreply@github.com>
Tue, 20 Apr 2021 01:01:44 +0000 (
04:01
+0300)
plugins/nuke
patch
|
blob
|
history
diff --git
a/plugins/nuke
b/plugins/nuke
index 6967e5b4cb4045a5bb5dd84621292943a04d183e..10d478cdb39e68ecf3c6b6995f484e092688c7b2 100755
(executable)
--- a/
plugins/nuke
+++ b/
plugins/nuke
@@
-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() {