lel

Fork of Hiltjo's Farbfeld image viewer. (It was just for fun, not much use)
Log | Files | Refs | README | LICENSE

commit f7d24a5a31a2dc20e6dd77ac20d9f73f4b4c85ec
parent cbfe79582063fad4613a0e0f90057d78e12a2902
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Sun, 18 Apr 2021 21:24:39 -0700

Add a FORMATS section to the manual

Diffstat:
Mlel.1 | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/lel.1 b/lel.1 @@ -67,6 +67,24 @@ Zoom in. .It Ic ScrollDown Zoom down. .El +.Sh FORMATS +.Pp +While +.Nm +itself only knows about the +.Xr farbfeld 5 +image format, by pre-processing images with a translation program +when the file name matches a +.Xr glob 7 +pattern any image type can be displayed. +.Pp +By default the following filters are defined: +.Pp +.Bl -column +.It *.jpg Ta ff2jpg +.It *.png Ta ff2png +.It *.ff.bz2 Ta bunzip2 +.El .Sh EXIT STATUS .Ex -std .Sh AUTHORS