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

On Linux, it's not possible to monitor task changes in subdirectories, but it is possible on Windows. #50

Open
pain1929 opened this issue Aug 1, 2024 · 1 comment

Comments

@pain1929
Copy link

pain1929 commented Aug 1, 2024

No description provided.

@HazardousPeach
Copy link

Running into this same issue myself. On Windows, the directory is monitored using ReadDirectoryChangesW, which reports changes for the contents of the directory and all subdirectories. On Linux however, it uses inotify, which reports changes in the directory but not subdirectories. https://man7.org/linux/man-pages/man7/inotify.7.html.

Simplest fix here is at least to document it in the README so that users don't expect the same behavior across platforms.

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

2 participants