-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recursive Watch #10
Comments
This shouldn't be simple file walk. One has to take care of removing and renaming. I found this --nathany/looper/watch.go which only handles CREATE and WRITE. If no one is looking into this, I will take a shot. |
Nice, If it's easy for you to go on. Be my guest 👍 |
I made changes for recursive watch - 05f71d7. I have tested on some simple cases on my Linux machine and it worked fine. I want to make a PR, so that you can review the code. I am using a different branch. Should I make a PR to your master branch? |
Sure! 👍 |
Closed by #14 |
Ref: howeyc/fsnotify#56
Fsnotify doesn't implement recursive file watch. Then I don't know what's the best approach to implement this feature: Use a alternative lib or read/open every folder and apply watchers recursively
The text was updated successfully, but these errors were encountered: