diff options
author | Weblate <noreply@weblate.org> | 2017-11-27 09:55:06 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-11-27 09:55:06 +0000 |
commit | 152a57c8c2844d63f95803128b216c8ab722e6e2 (patch) | |
tree | 0ce13eccbf6ef36df43d4c558657c9699f757d20 /src-qt5/desktop-utils/lumina-fm/lumina-fm.1 | |
parent | Translated using Weblate (Spanish) (diff) | |
parent | remove file manager dev folder (diff) | |
download | lumina-152a57c8c2844d63f95803128b216c8ab722e6e2.tar.gz lumina-152a57c8c2844d63f95803128b216c8ab722e6e2.tar.bz2 lumina-152a57c8c2844d63f95803128b216c8ab722e6e2.zip |
Merge remote-tracking branch 'origin/master'
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 |