New readme / help

This commit is contained in:
Cyrille L 2022-04-23 18:05:13 +02:00
parent 31f968a964
commit 5a76003b1a
3 changed files with 30 additions and 10 deletions

View File

@ -159,6 +159,7 @@ $ gsl [ARG]
install : Show process installation
new : Adding a DOMAIN
write | -w : How to write a Post
template | -t : Tips to create your template
new | -N : Add and configure a new DOMAIN
@ -172,8 +173,13 @@ $ gsl [ARG]
author | -A [OPT] : List authors from DOMAIN set in PWD folder
add : Add author(s) for DOMAIN
remove : Remove author(s) for DOMAIN
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
edit | -E : Open in default EDITOR [FILE] or with nano
conf : Domain configuration file
[FILE] : [FILE] (.gsl)
db [FILE] : Show DB statuses from [FILE]
sync [OPT] : Sync Templates to www and wip
@ -206,6 +212,7 @@ $ gsl [ARG]
add/remove will build last-posts-list.html
create | -C : rebuild last-posts-list.html
version | -v : Show local versionn
-v : Show local versionn
--version : Like -v + changes
-vv : Shown local and repo Versions
```

View File

@ -159,6 +159,7 @@ $ gsl [ARG]
install : Show process installation
new : Adding a DOMAIN
write | -w : How to write a Post
template | -t : Tips to create your template
new | -N : Add and configure a new DOMAIN
@ -172,8 +173,13 @@ $ gsl [ARG]
author | -A [OPT] : List authors from DOMAIN set in PWD folder
add : Add author(s) for DOMAIN
remove : Remove author(s) for DOMAIN
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
edit | -E : Open in default EDITOR [FILE] or with nano
conf : Domain configuration file
[FILE] : [FILE] (.gsl)
db [FILE] : Show DB statuses from [FILE]
sync [OPT] : Sync Templates to www and wip
@ -206,6 +212,7 @@ $ gsl [ARG]
add/remove will build last-posts-list.html
create | -C : rebuild last-posts-list.html
version | -v : Show local versionn
-v : Show local versionn
--version : Like -v + changes
-vv : Shown local and repo Versions
```

View File

@ -6,6 +6,7 @@ $ gsl [ARG]
install : Show process installation
new : Adding a DOMAIN
write | -w : How to write a Post
template | -t : Tips to create your template
new | -N : Add and configure a new DOMAIN
@ -19,8 +20,13 @@ $ gsl [ARG]
author | -A [OPT] : List authors from DOMAIN set in PWD folder
add : Add author(s) for DOMAIN
remove : Remove author(s) for DOMAIN
edit | -E [FILE] : Open in default EDITOR [FILE] or with nano
create [TYPE] [NAME] : Create an article with [TYPE] named [NAME].gsl
edit | -E : Open in default EDITOR [FILE] or with nano
conf : Domain configuration file
[FILE] : [FILE] (.gsl)
db [FILE] : Show DB statuses from [FILE]
sync [OPT] : Sync Templates to www and wip
@ -53,6 +59,6 @@ $ gsl [ARG]
add/remove will build last-posts-list.html
create | -C : rebuild last-posts-list.html
version | -v : Show local versionn
-v : Show local versionn
--version : Like -v + changes
-vv : Shown local and repo Versions