aws-shell icon indicating copy to clipboard operation
aws-shell copied to clipboard

Notify user the doc index has completed

Open donnemartin opened this issue 9 years ago • 3 comments

When the doc index build was blocking it was obvious when it was complete.

Now that it's in the background (much improved) you're not really sure when the full docs are available.

The toolbar might be a good place to show some info.

donnemartin avatar Dec 09 '15 10:12 donnemartin

On a related note I've seen suggestions of progress bars, time remaining, operation info, etc for some long-running aws-cli commands.

donnemartin avatar Dec 09 '15 12:12 donnemartin

Yeah, the toolbar would be a good place to show this. I'm guessing in order to implement this in the UI, there'd need to be some sort of callback the indexer could invoke as it iterated through the docs that let you know the progress.

jamesls avatar Dec 10 '15 22:12 jamesls

Created https://github.com/awslabs/aws-shell/issues/67: Add progress status for long running commands.

donnemartin avatar Dec 17 '15 11:12 donnemartin