From f0d36a56326f695cac85da8284568e6b1833edd4 Mon Sep 17 00:00:00 2001 From: q5sys Date: Thu, 6 Jul 2017 11:07:47 -0400 Subject: update readme with CLI arguments --- src-qt5/desktop-utils/lumina-textedit/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + + -- cgit