Dump a Git repo or entire path as text for LLM chats.
# it builds bash and git from scratch as deps
nix run github:willyrgf/dump2llm -- <git-repo-url|local-path>
nix profile install github:willyrgf/dump2llm
# download the raw script directly into /usr/local/bin
sudo curl -sSL \
https://raw.githubusercontent.com/willyrgf/dump2llm/main/dump2llm \
-o /usr/local/bin/dump2llm
# make it executable
sudo chmod +x /usr/local/bin/dump2llm
# verify it’s on your path
which dump2llm && dump2llm --help