Go to file
Dozens B. McCuzzins af2c64ede6 2024-08-10 22:37:06 -06:00
db 2024-08-10 22:37:06 -06:00
dist 2024-08-10 22:37:06 -06:00
static/img 2024-08-10 22:37:06 -06:00
.gitignore 2024-08-10 22:37:06 -06:00
LICENSE 2024-08-10 22:37:06 -06:00
README.md 2024-08-10 22:37:06 -06:00
gemrec 2024-08-10 22:37:06 -06:00
gemrec.1 2024-08-10 22:37:06 -06:00
gemrec.1.scd 2024-08-10 22:37:06 -06:00

README.md

gemrec

This is a little recfile database that produces a gemlog

GETTING STARTED

  1. read the man page (gemrec.1). or gemlog.1.scd which is the scdoc[1] source file, which is markdown (kinda) that generates the manpage.

  2. 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

  1. copy gemrec somewhere in your path. maybe ~/bin?

  2. copy gemrec.1 to where your man pages are. maybe ls /usr/local/share/man/man1?