diff options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-photo/lumina-photo.1')
-rw-r--r-- | src-qt5/desktop-utils/lumina-photo/lumina-photo.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-photo/lumina-photo.1 b/src-qt5/desktop-utils/lumina-photo/lumina-photo.1 new file mode 100644 index 00000000..84d4386b --- /dev/null +++ b/src-qt5/desktop-utils/lumina-photo/lumina-photo.1 @@ -0,0 +1,36 @@ +.Dd September 24, 2018 +.Dt LUMINA-PHOTO 1 +.Os 1.3.3 + +.Sh NAME +.Nm lumina-photo +.Nd a graphical utility to open pictures. + +.Sh SYNOPSIS +.Nm +.Op Ar FILES + + +.Sh DESCRIPTION +.Nm +opens the graphical interface for the image viewer. +.Pp +It can open .jpeg, .png, .svg, .bmp, .tiff, and more files. +The user can use the command line to open a list of images. + +.Sh EXAMPLES +.Pp +.Dl % lumina-photo Photos/Testing.png +Opens the interface and shows Testing.png. +.Dl % lumina-photo Photos/Testing.png Testing2.jpeg +Opens the interface and shows Testing.png. Testing2.jpeg is into +a list. + +.Sh FILES +.Bl -tag -width indent +.It Pa /usr/local/bin/lumina-photo +.El + +.Sh AUTHORS +.An Loïc Bartoletti +.Aq lbartoletti@tuxfamily.org |