Suggest that 'git annex unused' reports total unused size
authornobodyinperson <nobodyinperson@web>
Fri, 21 Jun 2024 16:30:09 +0000 (16:30 +0000)
committeradmin <admin@branchable.com>
Fri, 21 Jun 2024 16:30:09 +0000 (16:30 +0000)
doc/todo/Size_of_unused_files.mdwn [new file with mode: 0644]

diff --git a/doc/todo/Size_of_unused_files.mdwn b/doc/todo/Size_of_unused_files.mdwn
new file mode 100644 (file)
index 0000000..d16b4e0
--- /dev/null
@@ -0,0 +1,14 @@
+It would be nice to have `git annex unused` report the total size of unused files.
+
+I tried:
+
+- ❌ `git annex unused`: doesn't show the size
+- ❌ `git annex info`: doesn't list unused size
+- ❌ `git annex info --unused`: doesn't work
+- ❌ `git annex list --unused`: doesn't work
+- ❌ `git annex find --unused`: doesn't work
+
+Maybe I'm missing something, but it feels like having `git annex unused` and `git annex info` directly report it would be nice.
+
+Cheers,
+Yann