sschober / kqwait

Waits for events on files and directories on Max OS X

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TODO] Recursive mask

denji opened this issue · comments

  • * watch level 1 structure (current: not working)

    Example: /var/www/site1// or /var/www/site1/
  • /**/ watch recursive subfolder, level (current: not working)

    Example: /var/www/site1/**/

Does kqwait have the ability to watch recursive subfolders? I'm finding it to be increasingly invaluable, but having to manually define which files I need to watch accross larger projects becomes very time consuming. A feature like this - if it exists - would be incredible for my workflow