From b9e627547757ba04b6961e2aaf569f1f3102a1eb Mon Sep 17 00:00:00 2001 From: N-R-K <79544946+N-R-K@users.noreply.github.com> Date: Fri, 27 Aug 2021 14:12:37 +0000 Subject: change func name to is_img Co-authored-by: toonn --- examples/rifle_sxiv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/rifle_sxiv.sh b/examples/rifle_sxiv.sh index 15fc914f..6d87d2ad 100755 --- a/examples/rifle_sxiv.sh +++ b/examples/rifle_sxiv.sh @@ -24,7 +24,7 @@ listfiles () { '.*\(jpe?g\|bmp\|png\|gif\|webp\)$' -print0 | sort -z } -ispic () { +is_img () { case "${1##*.}" in "jpg"|"jpeg"|"bmp"|"png"|"gif"|"webp") return 0 ;; *) return 1 ;; @@ -38,7 +38,7 @@ case "$1" in *) target="$PWD/$1" ;; esac -ispic "$target" && count="$(listfiles | grep -m 1 -ZznF "$target")" +is_img "$target" && count="$(listfiles | grep -m 1 -ZznF "$target")" if [ -n "$count" ]; then listfiles | xargs -0 sxiv -n "${count%%:*}" -- -- cgit 1.4.1-2-gfad0