summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_du.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_du.mdwn b/doc/bugs/git_annex_du.mdwn
new file mode 100644
index 000000000..d38bff2fd
--- /dev/null
+++ b/doc/bugs/git_annex_du.mdwn
@@ -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`.