aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-07-06 11:07:47 -0400
committerq5sys <jt@obs-sec.com>2017-07-06 11:07:47 -0400
commitf0d36a56326f695cac85da8284568e6b1833edd4 (patch)
tree2cd40e37a19d0a72cfeffaaa9447474e6b20aa48
parentupdate readme with CLI arguments (diff)
downloadlumina-f0d36a56326f695cac85da8284568e6b1833edd4.tar.gz
lumina-f0d36a56326f695cac85da8284568e6b1833edd4.tar.bz2
lumina-f0d36a56326f695cac85da8284568e6b1833edd4.zip
update readme with CLI arguments
-rw-r--r--src-qt5/desktop-utils/lumina-textedit/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/README.md b/src-qt5/desktop-utils/lumina-textedit/README.md
index 6597d0fe..39e79151 100644
--- a/src-qt5/desktop-utils/lumina-textedit/README.md
+++ b/src-qt5/desktop-utils/lumina-textedit/README.md
@@ -36,3 +36,14 @@ Syntax files:
* widgets
2. Other Libraries
* libc
+
+
+### Command Line Arguments
+
+* Any files listed after `lumina-texteditor` will open up new tabs of the editor
+ * Example : `lumina-textedit ./test1.txt ./test2.txt ./test3.txt`
+* Wildcards are allowed to open multiple files in any path
+ * Example : `lumina-textedit ./testdir/*
+* `lte` exists as a symlink for `lumina-textedit` for convenience
+
+
bgstack15