azer/llmcat
Prepare files and directories for LLM consumption
This tool helps software developers quickly prepare code files or entire directories to be shared with large language models (LLMs). You input a file path or directory, and it outputs the content of selected files, optionally with a directory tree, formatted for LLM consumption. It's ideal for developers who use LLMs for tasks like code review, debugging, or generating documentation.
No commits in the last 6 months.
Use this if you need to easily copy specific code files or project directories from your command line to an LLM, respecting your existing .gitignore rules.
Not ideal if you primarily work with non-code file types or require highly customized, complex data preparation pipelines beyond simple text extraction and formatting.
Stars
78
Forks
6
Language
Shell
License
—
Category
Last pushed
May 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/azer/llmcat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
containers/ramalama
RamaLama is an open-source developer tool that simplifies the local serving of AI models from...
av/harbor
One command brings a complete pre-wired LLM stack with hundreds of services to explore.
RunanywhereAI/runanywhere-sdks
Production ready toolkit to run AI locally
runpod-workers/worker-vllm
The RunPod worker template for serving our large language model endpoints. Powered by vLLM.
foldl/chatllm.cpp
Pure C++ implementation of several models for real-time chatting on your computer (CPU & GPU)