Suggest that 'git annex unused' reports total unused size

This commit is contained in:
nobodyinperson 2024-06-21 16:30:09 +00:00 committed by admin
parent 53598e5154
commit 724eb8a369

View file

@ -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