Dozens B. McCuzzins af2c64ede6 | ||
---|---|---|
db | ||
dist | ||
static/img | ||
.gitignore | ||
LICENSE | ||
README.md | ||
gemrec | ||
gemrec.1 | ||
gemrec.1.scd |
README.md
gemrec
This is a little recfile database that produces a gemlog
GETTING STARTED
-
read the man page (
gemrec.1
). orgemlog.1.scd
which is the scdoc[1] source file, which is markdown (kinda) that generates the manpage. -
read
gemrec
. you'll need to edit some stuff in there anyway. the globals and the templates.
[1] https://git.sr.ht/~sircmpwn/scdoc/
REQUIREMENTS
- GNU recutils 1.9
- awk version 20240311
- and other stuff too
INSTALL
-
copy
gemrec
somewhere in your path. maybe~/bin
? -
copy
gemrec.1
to where your man pages are. maybels /usr/local/share/man/man1
?