Skip to content

Instantly share code, notes, and snippets.

@grantjenks
Created May 10, 2025 16:49
Show Gist options
  • Save grantjenks/cd51150b27c95444edbde9119ac3dd1c to your computer and use it in GitHub Desktop.
Save grantjenks/cd51150b27c95444edbde9119ac3dd1c to your computer and use it in GitHub Desktop.
git dir to prompt
git ls-files -c -o -z --exclude-standard | xargs -0 file --mime-type | grep 'text/' | cut -d: -f1 | xargs -I{} sh -c 'echo \<file name=\"{}\"\>; cat {}; echo \<\/file\>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment