Skip to content

Instantly share code, notes, and snippets.

@artrey
Last active September 10, 2023 16:17
Show Gist options
  • Save artrey/66d6816e42e71ac69b7d023612f2d570 to your computer and use it in GitHub Desktop.
Save artrey/66d6816e42e71ac69b7d023612f2d570 to your computer and use it in GitHub Desktop.
code report from a repo
find . -type f ! -name '*.png' ! -name '*.ico' | xargs awk 'FNR==1{print "\n--- File "FILENAME"\n";}{ print }' > ../report.txt
libreoffice.writer ../report.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment