Skip to content
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

Is there a recommended way to watch a directory recursively? #38

Open
kentookura opened this issue Apr 8, 2024 · 1 comment
Open

Is there a recommended way to watch a directory recursively? #38

kentookura opened this issue Apr 8, 2024 · 1 comment

Comments

@kentookura
Copy link

Since a hook takes a string as an argument for the watch directory and the library doesn't expose many internals, I am wondering how to watch multiple directories and how to watch recursively.

Should I recurse over the directory structure and create a watcher for each dir? If so, I would still wonder about how to best achieve this.

Thanks!

@kentookura
Copy link
Author

Before anyone takes some time to answer this, I think I need to wait on #37 to land before I can proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant