Releases: neomen/buildtree
Releases · neomen/buildtree
Release list
v1.0.2
What's Changed
--minifyflag - Strips whitespace and empty lines from file contents to reduce token usage when exporting to single file for LLM context- Flag position flexibility - All flags can now be placed either before or after the directory argument (e.g.,
buildtree -s out.txt . -f "go,md"andbuildtree -s out.txt -f "go,md". both work) - Glob pattern support in filters -
--filternow accepts glob patterns (e.g.,*.go, config.*, *.md) --ignoreflag - Added support for ignoring specific files using glob patterns (e.g.,*_test.go,*.log)- Default text file filtering - By default, only common text file extensions are exported (go, js, ts, py, md, json, yaml, xml, txt, etc.) to prevent binary files from being included
v1.0.1
What's Changed
- add export structure to single file by @neomen in #4
Buildtree now includes a powerful feature that allows you to export your entire project structure with file contents to a single file, perfect for providing context to Large Language Models (LLMs).
Full Changelog: v1.0.0...v1.0.1