watcher icon indicating copy to clipboard operation
watcher copied to clipboard

Handle rename event properly

Open e-dant opened this issue 2 years ago • 1 comments

e-dant avatar Oct 21 '23 21:10 e-dant

In https://github.com/e-dant/watcher/issues/39, there was was some discussion about how to report rename events to the user: https://github.com/e-dant/watcher/issues/39#issuecomment-1752741290 https://github.com/e-dant/watcher/issues/39#issuecomment-1773569898

The platform adapters for linux (both inotify and fanotify) and darwin are mostly complete. We still need to put a few extra lines in the Windows adapter on that end, write automated tests to run on CI for rename events, and document how the user should handle them.

e-dant avatar Oct 29 '23 15:10 e-dant