aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm')
-rw-r--r--src-qt5/desktop-utils/lumina-fm/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/README.md b/src-qt5/desktop-utils/lumina-fm/README.md
index 51982f42..8a2703f5 100644
--- a/src-qt5/desktop-utils/lumina-fm/README.md
+++ b/src-qt5/desktop-utils/lumina-fm/README.md
@@ -31,3 +31,9 @@ Key Features:
* `lumina-archiver`: Allow for instant-extract of an archive into a new subfolder within the current directory
* `lumina-open`: Needed to allow "open-with" functionality for files
* `lumina-fileinfo`: Allows an option to view the properties of files
+
+### Command Line Arguments
+
+* Any paths listed after `lumina-fm` will open up new tabs of the browser
+ * Example : `lumina-fm /usr /etc /bin`
+
bgstack15