How to implement a file/folder watcher with start/stop control with concurrent monitoring and optional ignore list? #10814
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Tauri community,
I'm working on implementing a file/folder watcher for my project, and I'm looking for advice and best practices to achieve the following functionalities:
Start and Stop Control: I need to be able to start and stop watching specific folders from the frontend interface.
Concurrent Monitoring: I need to create and manage multiple watchers to monitor different files and folders simultaneously.
Ignore List: I would like to include functionality for specifying files or folders to exclude from monitoring to reduce unnecessary notifications.
Could you provide insights on the best approach or point me to relevant resources or patterns within the Tauri framework to achieve these features? Your guidance on where to start and how to implement these capabilities would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions