hawkins / watchdog

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

Close on remove flag #7

Open hawkins opened 5 years ago

hawkins commented 5 years ago

Some kind of -c/--close flag that, when triggered:

Waits until no glob matches / file path matches remains and closes

I.e., the remove event pops the triggered path from some list, and when the list is empty, exits the program

hawkins commented 5 years ago

Seems handy but I don't have a need for it yet, so I'm slapping wontfix on it for now