illinois-ceesd / emirge

Environment for MirgeCom
MIT License
4 stars 3 forks source link

"emirge status" #127

Open inducer opened 3 years ago

inducer commented 3 years ago

Suppose a user/developer modifies many repositories, it would be nice to be able to get an overview, kind of like git status.

cc @thomasgibson @matthiasdiener

matthiasdiener commented 3 years ago

Should that just run git status for each dir?

inducer commented 3 years ago

That'd work for me. Maybe ./for-each git status?

MTCam commented 3 years ago

It might be nice to have a general mirge for-each that means "run this command in each managed directory". Then the user can choose their own git command (or whatever).