From 8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 20 Nov 2017 15:00:15 -0500 Subject: Add in the new manpages from Aaron St.John (lumina-docs repo). Also adjust the "community support" shortcut to point to gitter rather than IRC. --- src-qt5/core-utils/lumina-search/lumina-search.8 | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src-qt5/core-utils/lumina-search/lumina-search.8 (limited to 'src-qt5/core-utils/lumina-search/lumina-search.8') diff --git a/src-qt5/core-utils/lumina-search/lumina-search.8 b/src-qt5/core-utils/lumina-search/lumina-search.8 new file mode 100644 index 00000000..97c2aad6 --- /dev/null +++ b/src-qt5/core-utils/lumina-search/lumina-search.8 @@ -0,0 +1,50 @@ +.Dd November 7, 2017 +.Dt LUMINA-SEARCH 8 +.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 -- cgit