for-llm script to dump project files for llm

This commit is contained in:
voidlizard 2025-08-12 09:09:59 +03:00
parent 5728549a2f
commit 6f3f9cae24
1 changed files with 6 additions and 0 deletions

6
scripts/for-llm Executable file
View File

@ -0,0 +1,6 @@
#! /usr/bin/env -S bf6 file
; example git ls-tree -r HEAD | rg NCQ3 | for-llm
[iterate [fn x . [begin [println FILE space x] [println [str:file x]]]] [str:cut 3 [str:stdin]]]