summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web>2012-06-27 06:50:41 +0000
committerGravatar admin <admin@branchable.com>2012-06-27 06:50:41 +0000
commitb356015cf4e04dc2d14d0d239fb0b811bbbedc68 (patch)
tree70f2b4c301cf4db565f1af5bfbcd51fc0b3f02aa
parentf6f4b5dfaadae6d271cc1017775c3c05e02e9e46 (diff)
-rw-r--r--doc/forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files.mdwn b/doc/forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files.mdwn
new file mode 100644
index 000000000..7bdd93654
--- /dev/null
+++ b/doc/forum/Wishlist:_getting_the_disk_used_by_a_subtree_of_files.mdwn
@@ -0,0 +1,10 @@
+I'm not sure if this _feature_ exists already wrapped or provided as a recipe for users or not yet. But it would be nice to be able to do a
+
+ git annex du [PATH]
+
+Such that the output that git annex would return is the total disk used locally in the PATH and the theoretical disk used by the PATH if it was fully populated locally. e.g.
+
+ $ git annex du FSL0001_ANALYSIS
+ $ Local: 1000kb, Annex: 2000kb
+
+or something along the lines of that?