Skip to content

Instantly share code, notes, and snippets.

@mevanlc
Created May 4, 2024 23:45
Show Gist options
  • Save mevanlc/dc8bcc5b6a3d905ff5206fcafd61a1d0 to your computer and use it in GitHub Desktop.
Save mevanlc/dc8bcc5b6a3d905ff5206fcafd61a1d0 to your computer and use it in GitHub Desktop.
git-du
git ls-files -z | gxargs -0 dirname | grep -Fxv . | grep -v / | sort -u | gxargs gdu -h --max-depth 0 | sort -h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment