aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-search/lumina-search.1
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 17:18:00 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 17:18:00 -0500
commitf0888f5a1323f3fff19b301c892195faac5e05df (patch)
tree5c1b63642d637ca64614f2c3c116091c4b821c85 /src-qt5/core-utils/lumina-search/lumina-search.1
parentBump the version of Lumina to 1.4.0 (diff)
downloadlumina-f0888f5a1323f3fff19b301c892195faac5e05df.tar.gz
lumina-f0888f5a1323f3fff19b301c892195faac5e05df.tar.bz2
lumina-f0888f5a1323f3fff19b301c892195faac5e05df.zip
Redo all the new man pages categories.
Make sure they are all man1 instead of man8
Diffstat (limited to 'src-qt5/core-utils/lumina-search/lumina-search.1')
-rw-r--r--src-qt5/core-utils/lumina-search/lumina-search.150
1 files changed, 50 insertions, 0 deletions
diff --git a/src-qt5/core-utils/lumina-search/lumina-search.1 b/src-qt5/core-utils/lumina-search/lumina-search.1
new file mode 100644
index 00000000..69604e5c
--- /dev/null
+++ b/src-qt5/core-utils/lumina-search/lumina-search.1
@@ -0,0 +1,50 @@
+.Dd November 7, 2017
+.Dt LUMINA-SEARCH 1
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-search
+.Nd searches for files and applications.
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl no-excludes
+.Op Fl dir Op DIRECTORY
+.Op Fl "search \fI term"
+
+.Sh DESCRIPTION
+.Nm
+brings up the graphical utility to search the system.
+There are two search filters: "Applications" and "Files or Directories".
+The utility searches the system according to the selected filter.
+Search results populate a list with the most relevant options first.
+.Pp
+.Nm
+optional commands:
+.Bl -tag -width indent
+.It Ic -no-excludes
+Excludes nothing from the search.
+.It Ic -dir
+Opens the utility pointed at the working directory.
+.It Ic -dir Ar DIRECTORY
+Opens the utility pointed at the specified directory.
+.It Ic -search Ar term
+Opens the utility and searchs for the specified term.
+.El
+
+.Sh EXAMPLES
+.Pp
+.Dl % lumina-search -dir /home/aaron/Downloads/
+Opens search utility pointing to Downloads.
+.Pp
+.Dl % lumina-search -search \*(lqHello World\*(rq
+Searches applications for things relevant to the phrase "Hello World".
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-search
+.El
+
+.Sh AUTHORS
+.An Aaron St. John
+.Aq aaron@ixsystems.com
bgstack15