summaryrefslogtreecommitdiff
path: root/support/l3sys-query/l3sys-query.1
diff options
context:
space:
mode:
Diffstat (limited to 'support/l3sys-query/l3sys-query.1')
-rw-r--r--support/l3sys-query/l3sys-query.129
1 files changed, 28 insertions, 1 deletions
diff --git a/support/l3sys-query/l3sys-query.1 b/support/l3sys-query/l3sys-query.1
index 1d8161899c..41c4127633 100644
--- a/support/l3sys-query/l3sys-query.1
+++ b/support/l3sys-query/l3sys-query.1
@@ -1,4 +1,4 @@
-.TH L3SYS-QUERY 1 "2024-03-28" "LaTeX"
+.TH L3SYS-QUERY 1 "2024-04-03" "LaTeX"
.SH NAME
l3sys-query
@@ -14,3 +14,30 @@ similar Java script texosquery, but since it uses Lua, l3sys-query can be
used 'out of the box' with any install TeX system. The script is written taking
account of TeX Live security requirement; it is therefore suitable for use with
restricted shell escape, the standard setting when installing a TeX system.
+
+.SH COMMANDS
+Valid <cmd>s are:
+ ls Prints a listing based on the <args> and <options>
+ pwd Prints the present working directory
+
+.SH OPTIONS
+Valid <options> are:
+ --exclude [<xarg>] Exclude entries from directory listing
+ --help|-h Prints this message and exits
+ --ignore-case Ignore case when sorting directory listing
+ --pattern|-p Treat (x)args as a Lua pattern
+ --recursive|-r Activates recursive directory listing
+ --reverse Reversing sorting order
+ --sort [name|date] Method used to sort directory listing
+ --type [d|f] Select just the directories or files in a listing
+ --version|-v Prints version information and exits
+
+.SH "SEE ALSO"
+Full manual available via 'texdoc l3sys-query'.
+
+Repository : https://github.com/latex3/l3sys-query
+
+Bug tracker: https://github.com/latex3/l3sys-query/issues
+
+.SH AUTHORS
+Copyright (C) 2024 The LaTeX Project \ No newline at end of file