Introducing my latest FOSS project- CodeZen.

I regularly utilize LLMs for querying my codebases and have been seeking an efficient solution. The process with ChatGPT can be quite tedious, requiring the manual copying and pasting of file contents. Meanwhile, Github Copilot Chat (beta) falls short when the queries need information from multiple files.

This is why I created a tiny CLI tool named CodeZen. It lets you ask a question and sends it to GPT with the entire codebase as context. For example, you can use codezen "write me a readme.md file" to create an entire readme file for your project easily.

It’s pretty bare-bones right now - only suitable for codebases small enough to fit in the LLM context. Yet, it’s been quite handy for me, and I thought it might be beneficial for others too.

Check out the repo here: https://github.com/mmaorc/codezen

Looking forward to hearing your feedback and suggestions 🙂

Reach me out on Twitter.