projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53598e5
)
Suggest that 'git annex unused' reports total unused size
author
nobodyinperson
<nobodyinperson@web>
Fri, 21 Jun 2024 16:30:09 +0000
(16:30 +0000)
committer
admin
<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]
patch
|
blob
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
+++ b/
doc/todo/Size_of_unused_files.mdwn
@@ -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