sfm

simple file manager
git clone https://git.afify.dev/sfm.git
Log | Files | Refs | README | LICENSE

commit bb7d09f6490b876a1075ec11f5cac4e2b9d0cf30
parent 66fe49f58dcf1e85da3a1a5abd5a68c542123e71
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Wed, 29 Jun 2022 08:19:22 +0300

[fix] recognize webp images (#46)


Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -56,7 +56,7 @@ static const char *gimp[] = { "gimp" }; static const char *r2[] = { "r2", "-c", "vv" }; /* extensions*/ -static const char *images[] = { "bmp", "jpg", "jpeg", "png", "gif", "xpm" }; +static const char *images[] = { "bmp", "jpg", "jpeg", "png", "gif", "webp", "xpm" }; static const char *pdf[] = { "epub", "pdf" }; static const char *arts[] = { "xcf" }; static const char *obj[] = { "o", "a", "so" };