mirror of https://github.com/voidlizard/hbs2
for-llm script to dump project files for llm
This commit is contained in:
parent
5728549a2f
commit
6f3f9cae24
|
@ -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]]]
|
||||||
|
|
Loading…
Reference in New Issue