aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-textedit/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/README.md')
-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