From dc791089695a110623d9ca9ec84c9c39b6e31182 Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 8 Aug 2021 17:22:34 +0600 Subject: rifle_sxiv: add webp to listfiles() --- examples/rifle_sxiv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh index 866dd730..ba429e8d 100755 --- a/examples/rifle_sxiv.sh +++ b/examples/rifle_sxiv.sh @@ -21,7 +21,7 @@ listfiles () { find -L "${target%/*}" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|png\|gif\|webp\)$' -print0 | sort -z } [ "$1" = '--' ] && shift -- cgit 1.4.1-2-gfad0