cksource / mrgit

A tool for managing projects build using multiple repositories.
49 stars 9 forks source link

Improve UX when processing a long-time command #161

Open pomek opened 1 year ago

pomek commented 1 year ago

📝 Provide a description of the improvement

Right now, mrgit displays output once a command finishes processing it. For time-consuming commands, i.e., cloning repositories, a user does not know if it hung up or still processing.

Could we use Listr2 to tell the user that some executions are done/WIP/failed?