TechieGuy12 / FileWatcher

A file and folder monitor that can send notifications, perform actions, or execute a command when a file or folder is changed.
MIT License
106 stars 27 forks source link

debounce #43

Open ericxin1982 opened 4 months ago

ericxin1982 commented 4 months ago

Hi @TechieGuy12

I have a suggestion for this great product.

When use change, I think if we can have debounce switch that would be much better. Since like file save, people may click a couple of time, which can prevent file watcher to do a couple of execution accordingly.

Thanks Eric Xin