commit 846a199979a073e4281541f8aff0734f6aae74fe
parent 098a24a067f96d8c55bb8c2162ed9c186de75986
Author: kst
Date: 2020-07-18 00:19Z

readme: formatting

Diffstat:
MREADME | 73++++++++++++++++++++++++++++++++++++-------------------------------------
1 file changed, 36 insertions(+), 37 deletions(-)

diff --git a/README b/README @@ -45,47 +45,46 @@ the hook itself needs some further configuration. For the default settings, your home directory will have the following structure - ~ - ├── bin - │   ├── grm - │   ├── stagit - │   ├── stagit-index - │   ├── stagit-post-receive - │   └── ... - ├── public_html - │ ├── git <-- your stagit index page - │ │   ├── index.html - │ │   └── ... - │ ├── public-repo.git - │ │   ├── branches - │ │   ├── head - │ │   └── ... - │ └── unlisted-repo.git <-- won't appear on the index page of stagit - │ ├── branches - │ ├── HEAD - │    ├── ... - │ └── stagit-no-index - └── ... +~ +├── bin +│   ├── grm +│   ├── stagit +│   ├── stagit-index +│   ├── stagit-post-receive +│   └── ... +├── public_html +│ ├── git <-- your stagit index page +│ │   ├── index.html +│ │   └── ... +│ ├── public-repo.git +│ │   ├── branches +│ │   ├── head +│ │   └── ... +│ └── unlisted-repo.git <-- won't appear on the index page of stagit +│ ├── branches +│ ├── HEAD +│    ├── ... +│ └── stagit-no-index +└── ... Usage ----- - $ grm help - usage: grm <command> [<args>] - - git repo manager, tilde edition - - commands: - new create a new repo - info repo_name display metadata of the repo - ls list all repos - rm repo1 [repo2..] remove repos - rc recompile stagit index - rc repo1 [repo2..] recompile stagit pages for repos, - and recompile index - rca recompile all repos - help show help - +$ grm help +usage: grm <command> [<args>] + +git repo manager, tilde edition + +commands: + new create a new repo + info repo_name display metadata of the repo + ls list all repos + rm repo1 [repo2..] remove repos + rc recompile stagit index + rc repo1 [repo2..] recompile stagit pages for repos, + and recompile index + rca recompile all repos + help show help Examples --------