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

Implement source.file.DirectoryWatcher #18

Open
nhairs opened this issue Sep 2, 2024 · 0 comments
Open

Implement source.file.DirectoryWatcher #18

nhairs opened this issue Sep 2, 2024 · 0 comments
Labels
new feature New feature open for work Issue can be picked up by anyone

Comments

@nhairs
Copy link
Owner

nhairs commented Sep 2, 2024

This can probably share some logic with source.file.DirectoriesAndFiles.

I'll note that I can probably do a better job of utilising pathlib to do the various path interactions. For example I could use Path(...).iterdir() instead of globbing here:

for sub_path in map(pathlib.Path, path.rglob("*")):

@nhairs nhairs added new feature New feature open for work Issue can be picked up by anyone labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature open for work Issue can be picked up by anyone
Projects
None yet
Development

No branches or pull requests

1 participant