Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 721 Bytes

TODO.md

File metadata and controls

30 lines (25 loc) · 721 Bytes

Manual pages TO-DO

  • Write man pages source files in Markdown and use pandoc to convert to groff:
for doc in *.1.md; do
	pandoc --standalone --target man --output "${doc%.md}" -- "$doc"
fi

Testing

pandoc --standalone --target man -- git-restore-mtime.1.md | man -l -
man -l git-restore-mtime.1
manpath  # default search path for manpages

References

Also worth considering