efsw icon indicating copy to clipboard operation
efsw copied to clipboard

efsw is a C++ cross-platform file system watcher and notifier.

Results 12 efsw issues
Sort by recently updated
recently updated
newest added

I'm attempting to use this library (on Linux) to recursively watch real time creation of `.git/objects` when users interact with their repository. Upon commands such as `git add` and `git...

bug

I ran into a situation where `efsw` was silently failing to notice filesystem events on my Mac and I couldn't figure out why. After lots of troubleshooting, I spotted this...

bug