Suggest that 'git annex unused' reports total unused size
This commit is contained in:
parent
53598e5154
commit
724eb8a369
1 changed files with 14 additions and 0 deletions
14
doc/todo/Size_of_unused_files.mdwn
Normal file
14
doc/todo/Size_of_unused_files.mdwn
Normal 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
|
Loading…
Reference in a new issue