lenticularis39 / diffkemp-htmlgen

Tool for generating human-readable HTML from DiffKemp YAML output.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diffkemp-htmlgen

Tool for generating human-readable HTML from DiffKemp YAML output.

Usage

The tool takes a directory containing YAML files generated by DiffKemp and a directory where it will put the generated HTML files.

By default the diffs generated by DiffKemp are printed in the original diff format. Optionally C syntax highlighting or converting the diff to a graphical form can be applied (applying both at the same time works, but multiline comments are currently not supported in this mode).

bin/diffkemp-htmlgen [--graphical-diffs] [--highlight-syntax] input-dir output-dir

About

Tool for generating human-readable HTML from DiffKemp YAML output.

License:Apache License 2.0


Languages

Language:Python 91.5%Language:HTML 7.7%Language:CSS 0.8%