depot/third_party/tvl/tools/cheddar/README.md
Default email c4fb0432ae Project import generated by Copybara.
GitOrigin-RevId: 3fc1143a04da49a92c3663813c6a0c1e8ccd477f
2020-09-29 23:42:59 -04:00

21 lines
566 B
Markdown

cheddar
=======
Cheddar is a tiny Rust tool that uses [syntect][] to render source code to
syntax-highlighted HTML.
It's invocation is compatible with `cgit` filters, i.e. data is read from
`stdin` and the filename is taken from `argv`:
```shell
cat README.md | cheddar README.md > README.html
```
In fact, if you are looking at this file on git.tazj.in chances are that it was
rendered by cheddar.
The name was chosen because I was eyeing a pack of cheddar-flavoured crisps
while thinking about name selection.
[syntect]: https://github.com/trishume/syntect