yek

Fast Rust tool to serialize text files for LLM consumption

brewmacoslinux
Try with needOr install directly
Source

About

Fast Rust based tool to serialize text-based files for LLM consumption

Commands

yek

Examples

Serialize a single file for LLM processing$ yek input.txt
Serialize multiple files in a directory$ yek src/
Output serialized content to a file$ yek input.txt -o output.json