depot/third_party/tvl/tools/cheddar
Default email a291c8690a Project import generated by Copybara.
GitOrigin-RevId: e6e19f3d81a982a62e1bba08f0b4f7fdc21b4ea0
2022-05-19 16:39:52 +02:00
..
src Project import generated by Copybara. 2022-05-19 16:39:52 +02:00
.gitignore Project import generated by Copybara. 2020-09-29 23:42:59 -04:00
.skip-subtree Project import generated by Copybara. 2020-09-29 23:42:59 -04:00
build.rs Project import generated by Copybara. 2022-05-19 16:39:52 +02:00
Cargo.lock Project import generated by Copybara. 2022-05-19 16:39:52 +02:00
Cargo.toml Project import generated by Copybara. 2022-05-19 16:39:52 +02:00
default.nix Project import generated by Copybara. 2022-05-19 16:39:52 +02:00
README.md Project import generated by Copybara. 2020-09-29 23:42:59 -04:00

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:

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.