2022-02-13 17:58:25 +01:00
|
|
|
# GSL: Statique Littérateur
|
|
|
|
|
|
|
|
$ gsl [ARG]
|
|
|
|
readme : Show README.md instructions
|
2022-03-06 16:28:29 +01:00
|
|
|
help | -h [OPT] : This Help
|
2022-02-13 17:58:25 +01:00
|
|
|
install : Show process installation
|
2022-03-06 16:28:29 +01:00
|
|
|
new : Adding a DOMAIN
|
2022-02-16 14:11:41 +01:00
|
|
|
write | -w : How to write a Post
|
2022-02-13 17:58:25 +01:00
|
|
|
|
|
|
|
new | -N : Add and configure a new DOMAIN
|
|
|
|
|
|
|
|
log | -L [OPTS] : Show logs from all sessions
|
|
|
|
clean | -C : Logs saved to {DATE}.gsl.log and cleaned
|
|
|
|
-i | -w | -e : from levels (infos, warnings, errors)
|
|
|
|
-s : from last session only
|
|
|
|
[TERM] : [TERM] : case insensitive, regex 'T1.*T2'
|
|
|
|
(i.e. $ gsl log -e -s code)
|
|
|
|
|
|
|
|
author | -A [OPT] : List authors from DOMAIN set in PWD folder
|
|
|
|
add : Add author(s) for DOMAIN
|
|
|
|
remove : Remove author(s) for DOMAIN
|
|
|
|
|
2022-03-06 16:28:29 +01:00
|
|
|
check | -C [OPT] [FILE] : Check Posts errors from PWD folder or [FILE]
|
2022-02-17 17:21:35 +01:00
|
|
|
-F : Force check again
|
2022-03-06 16:28:29 +01:00
|
|
|
|
|
|
|
make | -M [OPT] [FILE] : Convert Posts from PWD folder or [FILE]
|
|
|
|
to HTML file in server
|
|
|
|
|
|
|
|
post-list [FILE] : Add back post from [FILE] to Last-Posts List
|
|
|
|
(When converting new post, it will be added)
|
2022-02-13 17:58:25 +01:00
|
|
|
|