watcher icon indicating copy to clipboard operation
watcher copied to clipboard

watcher is a Go package for watching for files or directory changes without using filesystem events.

Results 55 watcher issues
Sort by recently updated
recently updated
newest added

This PR builds on #94 Sometimes the watcher would not detect file changes if successive changes to a file happened very quickly, specifically within the min resolution that the underlying...

Ability to debounce the events added. Closes: https://github.com/radovskyb/watcher/issues/58

I am having a pretty terrible time trying to debug this. Things seem to get hung up in multiple places inside of `Close()`. There are times when it fails to...

ScanNow() causes the file watch loop to run once, and ensures all events have been posted before returning. It blocks until the loop has ran through to completion once. It...

When a file changes, folder changes and file changes will be detected, which will be executed twice. How can the configuration only take effect once?

fileInfo is returning the wrong instance for rename and move

I just found out that there's no way to remove ignored file

On windows when the `isHiddenFile()` methods returns an error it is of type `os.Errno`. At another location on the code there is this particular piece of code: ``` list, err...

The filtering was only applied to the element inside the watched path, but it was not applied to the watched path himself. I've added a test to prevent regression and...

The `err` used in the cleaning function was reporting error about the absolute path fails. It now reports fails to remove folder