git-annex/doc/todo/unlock_--json.mdwn

10 lines
362 B
Text
Raw Normal View History

2016-10-28 19:56:07 +00:00
Unlock is quite heavy in terms of I/O and thus waiting time, so we (in datalad) probably should provide also a progress bar indicator.
1. how could I obtain a list of files which would be unlocked given a set of paths?
2. could there be a --json mode of output (consistent with add --json etc)?
[[!meta author=yoh]]
2017-10-30 18:44:11 +00:00
> added --json option [[done]] --[[Joey]]