Skip to content

Instantly share code, notes, and snippets.

@bxt
Created March 14, 2024 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bxt/7de287acdc3be4682ebe8f9f19eb2356 to your computer and use it in GitHub Desktop.
Save bxt/7de287acdc3be4682ebe8f9f19eb2356 to your computer and use it in GitHub Desktop.
Get repo file extensions and extensionless paths
git ls-files | sed 's/.*\.//' | sort | uniq -c | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment