aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-07-06 11:02:57 -0400
committerq5sys <jt@obs-sec.com>2017-07-06 11:02:57 -0400
commit2ef23d4f3920b9f4ec49bf9484aed708626e5f94 (patch)
tree3f3a68ad84b0efcb7b83202f2a828c0e282aa5d2 /src-qt5
parentfix wording (diff)
downloadlumina-2ef23d4f3920b9f4ec49bf9484aed708626e5f94.tar.gz
lumina-2ef23d4f3920b9f4ec49bf9484aed708626e5f94.tar.bz2
lumina-2ef23d4f3920b9f4ec49bf9484aed708626e5f94.zip
update readme with CLI arguments
Diffstat (limited to 'src-qt5')
-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