diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-20 17:18:00 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-20 17:18:00 -0500 |
commit | f0888f5a1323f3fff19b301c892195faac5e05df (patch) | |
tree | 5c1b63642d637ca64614f2c3c116091c4b821c85 /src-qt5/desktop-utils/lumina-fm/lumina-fm.1 | |
parent | Bump the version of Lumina to 1.4.0 (diff) | |
download | lumina-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/desktop-utils/lumina-fm/lumina-fm.1')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/lumina-fm.1 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/lumina-fm.1 b/src-qt5/desktop-utils/lumina-fm/lumina-fm.1 new file mode 100644 index 00000000..623d3bfa --- /dev/null +++ b/src-qt5/desktop-utils/lumina-fm/lumina-fm.1 @@ -0,0 +1,62 @@ +.Dd November 2, 2017 +.Dt LUMINA-FM 1 +.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 |