aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/lumina-fm.8
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
committerKen Moore <ken@ixsystems.com>2017-11-20 15:00:15 -0500
commit8b2a4a09ac2b635ebadd05658f5f34e14d2601f9 (patch)
treebf0ebcbd0294e0155e403a83847b5b845745067d /src-qt5/desktop-utils/lumina-fm/lumina-fm.8
parentBump the LICENSE year in lumina-info, and disable the old theme engine. (diff)
downloadlumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.gz
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.tar.bz2
lumina-8b2a4a09ac2b635ebadd05658f5f34e14d2601f9.zip
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.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/lumina-fm.8')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/lumina-fm.862
1 files changed, 62 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/lumina-fm.8 b/src-qt5/desktop-utils/lumina-fm/lumina-fm.8
new file mode 100644
index 00000000..8cce5435
--- /dev/null
+++ b/src-qt5/desktop-utils/lumina-fm/lumina-fm.8
@@ -0,0 +1,62 @@
+.Dd November 2, 2017
+.Dt LUMINA-FM 8
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-fm
+.Nd is a utility used for browsing and interacting with files
+on the system.
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl new-instance
+.Op Ar FILE
+
+.Sh DESCRIPTION
+.Nm
+is the CLI command to open Insight File Manager.
+The file manager interface maintains files stored on the system.
+.Nm
+can take an optional argument and file path.
+If no argument or file path is specified, the command opens the
+Insight File Manager in the home directory.
+Specifying a file path while the interface is open creates a new tab in
+the existing window.
+.Pp
+.Bl -tag -width indent
+.It Ic -new-instance
+Opens Insight File Manager in a new window.
+.El
+
+.Sh EXAMPLES
+.Pp
+.Dl % lumina-fm -new-instance /usr/bin/etc
+Opens Insight in a new window pointed to the specified directory.
+.Pp
+.Dl % lumina-fm /usr/etc/bin
+Opens the specified directory with the file manager.
+If Insight is already open, a second tab is created.
+
+.Sh OPTIONAL RUNTIME DEPENDENCIES
+If other lumina utilities are installed more options are available.
+The following are optional for
+.Nm
+.Pp
+.Bl -tag -width indent
+.It Ic lumina-archiver
+Gives the option to instantaneously extract an
+archive into a new subfolder within the current directory.
+.It Ic lumina-open
+Gives the option to "open-with".
+.It Ic lumina-fileinfo
+Provides an option to view the properties of files.
+.El
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-fm
+.El
+
+.Sh AUTHORS
+.An Aaron St. John and Tim Moore
+.Aq aaron@ixsystems.com
bgstack15