git annex du

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI 2012-07-04 11:15:30 +00:00 committed by admin
parent f40b78d125
commit ed87f27db9

View file

@ -0,0 +1,10 @@
We need a way to calculate space taken by certain files.
Use cases: I want to drop some files from my small disk. I need to figure out things that take most space, and drop them.
Usage examples:
git annex du -hs *.mp3
git annex du -sBm --in=here *.ogg
Would be nice if it was compatible with standard unix `df`.