git-workspace icon indicating copy to clipboard operation
git-workspace copied to clipboard

Add support to include repositories

Open magiconair opened this issue 6 months ago • 2 comments

This patch adds support to both add include and exclude expressions to filter repositories. The repository names are first run through the include and then exclude filters. By default all repositories are included.

Fixes #171

magiconair avatar Jan 05 '24 02:01 magiconair

This is my first rust code so please bear with me. I could also use some help updating the tests since I don't know how to run them.

magiconair avatar Jan 05 '24 02:01 magiconair

Hey @magiconair! Thanks for the contribution - it looks perfect!

I'm currently on a train and won't be able to merge/test this until I get back on Sunday. I also need to get the CI set up to run on pull requests!

Thanks again, and not bad for some first rust code! Certainly better than my first rust code 😫

orf avatar Jan 05 '24 10:01 orf