shenwei356 / rush

A cross-platform command-line tool for executing jobs in parallel
https://github.com/shenwei356/rush
MIT License
846 stars 63 forks source link

add --eta for progress bar #39

Closed howeyc closed 1 year ago

howeyc commented 2 years ago

Added an eta progress bar.

Had to change the reading to capture all lines before processing to know the total number of jobs.

shenwei356 commented 1 year ago

I'm sorry, I missed this PR! I've tested it and it worked well, except for one line missing to change the writer of the progress bar from default STDOUT to STDERR. Don't worry, I'll add it.

shenwei356 commented 1 year ago

A new version released: https://github.com/shenwei356/rush/releases/tag/v0.5.0 Thank you!