aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-photo/lumina-photo.1
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2018-11-12 08:40:43 -0500
committerGitHub <noreply@github.com>2018-11-12 08:40:43 -0500
commit5bcc42fad54ed70469877b5a74becdf792ecdcea (patch)
tree4bded7bcc733abef2ec9eebd63e6fa965feac198 /src-qt5/desktop-utils/lumina-photo/lumina-photo.1
parentMerge pull request #634 from lbartoletti/new_folder (diff)
parentq5sys review: (diff)
downloadlumina-5bcc42fad54ed70469877b5a74becdf792ecdcea.tar.gz
lumina-5bcc42fad54ed70469877b5a74becdf792ecdcea.tar.bz2
lumina-5bcc42fad54ed70469877b5a74becdf792ecdcea.zip
Merge pull request #626 from lbartoletti/lumina-photo
New desktop utils: lumina-photo
Diffstat (limited to 'src-qt5/desktop-utils/lumina-photo/lumina-photo.1')
-rw-r--r--src-qt5/desktop-utils/lumina-photo/lumina-photo.136
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
bgstack15