MikePearce / Git-Status

A small script to show the status of multiple git repos
75 stars 35 forks source link

feat(python3 compat & recursion depth): recursive option and python3 #10

Open PurpleBabar opened 9 months ago

PurpleBabar commented 9 months ago

Hey :) thanks for sharing GitStatus, great work on this :)

I added the recursive option (with the level of depth) and adapted the script for python3

Cheerz :)