claude-scriptorium 0.1.5

Render Claude Code sessions as self-contained HTML
Documentation
1
2
3
4
5
6
7
8
9
# A folio inlines the stylesheet and the app script verbatim, via `include_str!`,
# so the line endings in the working tree are the line endings in the artifact. A
# checkout that turned them into CRLF would render a different folio on Windows
# than everywhere else, so every text file is normalized to LF on the way out.
* text=auto eol=lf

# Vendored fonts and their license texts (see `just fonts`): store byte-for-byte
# as upstream ships them, with no line-ending normalization.
src/fonts/** -text