amonks / run

Go run some tasks!
https://amonks.github.io/run/
Other
19 stars 4 forks source link

allow exclude pattern in watch #133

Open jellevandenhooff opened 5 months ago

jellevandenhooff commented 5 months ago

Because of some silly reasons, I want to watch all go files, except those in a certain directory. Maybe a watch = ["**/*.go", "!foo/**/*.go"] could do the trick?

amonks commented 5 months ago

another great idea from @jellevandenhooff!

same status as #131: I'd like to make this change, but it won't happen for at least a week or so.