kubo icon indicating copy to clipboard operation
kubo copied to clipboard

progress bars for more commands

Open jbenet opened this issue 10 years ago • 3 comments

would be nice if these had progress bars when there is a tty:

ipfs refs -r
ipfs pin add -r
ipfs pin rm -r
ipfs repo gc

jbenet avatar Aug 21 '15 23:08 jbenet

cc @rht possible to take this on, since you know the progress bar stuff very well now?

jbenet avatar Aug 21 '15 23:08 jbenet

This depends on how '-r' is done in each of the case. Will update.

rht avatar Aug 22 '15 02:08 rht

Not sure how we would do this for ipfs refs -r? When starting a refs traversal like this we have no idea how big the graph actually is, nor even how many nodes it contains.

gammazero avatar Aug 19 '25 04:08 gammazero