TheaterFire

I built Code2Prompt: An open-source CLI tool that turns your codebase into LLM-ready prompts

Posted by raphaelmansuy@reddit | programming | View on Reddit | 2 comments

Reply to Post

2 Comments

InnoSang@reddit

I like the tool, however I spent way too much time wasted on something I didn't understand, the version in your 1.1.0 tag, has "version 1.0.0" written in it (main.rs -> /// Author: Mufeed VH (@mufeedvh) #\[derive(Parser)\] #\[clap(name = "code2prompt", version = "1.0.0", author = "Mufeed VH")\] " So that got me confused, then the "Main" branch is different from the 1.1.0, and doesn't have the exclude folder parameter, while the 1.1.0 has that, but the 1.1.0 don't have the "include" parameter with glob patterns, Any plans on a version where you can both use the glob parameters to include/exclude files, but also the exclude/include Folders ?
View on Reddit #32364339

raphaelmansuy@reddit (OP)

It is not this version, my tool is a python project: [https://github.com/raphaelmansuy/code2prompt](https://github.com/raphaelmansuy/code2prompt)
View on Reddit #33679044