Created
May 4, 2024 23:45
-
-
Save mevanlc/dc8bcc5b6a3d905ff5206fcafd61a1d0 to your computer and use it in GitHub Desktop.
git-du
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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