awaescher / RepoZ

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
MIT License
1.01k stars 93 forks source link

Need to have bulk ignore #103

Closed mshingote closed 4 years ago

mshingote commented 4 years ago

Let's consider we have many repos and we only want to monitor some of those? There should some command/option for bulk ignore repos.

eg.

grr ignore *regex*

awaescher commented 4 years ago

Thanks for the suggestion, however I do not plan to add this since you can multiselect repositories to ignore them. I know, developers want to be prepared for each case - and RegEx provides that flexibility - but I don't see a good UI for this and don't want to add hidden features by editing any configuration files.

nomasprime commented 4 years ago

Was just going to ask for a similar feature. Currently every repo from my config directory's getting added to RepoZ every time I install a plugin. I then have to remember to go into RepoZ to manually remove it.

This could definitely be improved by making Repositories.ignore behave similarly to .gitignore.