aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/imgview2
-rwxr-xr-xplugins/nuke2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/imgview b/plugins/imgview
index d221f98..4bbff2d 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\|png\|gif\)$' -print0 | sort -z
+ '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z
}
view_dir() {
diff --git a/plugins/nuke b/plugins/nuke
index 30cfe7a..2c47ce0 100755
--- a/plugins/nuke
+++ b/plugins/nuke
@@ -254,7 +254,7 @@ abspath() {
listimages() {
find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \
- '.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z
+ '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z
}
load_dir() {