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

I found myself wanting this today, wondering if a
git-annex move --unusedwould fit into the destination.I think it would make sense to add it to
git-annex unused. Makinggit-annex infooutput vary depending on when and how unused was run last I don't like.