A program that can recursively concatenate (cat) text and binary files in a path to typst.
git clone https://github.com/yourname/izucat.git
cd izucat
cargo build --release
Usage: izucat [OPTIONS] <INPUT_DIR>
Options:
-o <FILE> Output Typst file name (default: output.typ)
-h, --help Show this help message
Example:
izucat -o output.typ ./project
typst c output.typ output.pdf
Text:
path/to/file
----------------
Everyone has the right to an effective remedy by the competent national tribunals
for acts violating the fundamental rights granted him by the constitution or by law.
HEX:
path/to/file
----------------
Hex View 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................