hawkins / watchdog

⚠️ Watch filesystem for changes and then run a command
2 stars 0 forks source link

Pattern matching #1

Open hawkins opened 5 years ago

hawkins commented 5 years ago

I would like a -r/--regex argument for setting a PCRE (or as close as possible) regex for matching files and folders to watch

hawkins commented 5 years ago

Added globbing via -g, that's at least the bulk of what I'd use this for

In larger projects I have a use case for the regex tho, so I'd still like to finish this