kynikos / repocheck

Check the status of code repositories under a root directory.
GNU General Public License v3.0
2 stars 0 forks source link

Blacklist, whitelist, globbing #9

Open kynikos opened 9 years ago

kynikos commented 9 years ago

Allow ignoring branch or repo names by regex (blacklist). Also allow the inverse (whitelist).

Maybe merge with the PATH positional arguments and use the glob or pathlib modules.