Show HN: Filesystem Watcher
11–20 of 80 posts
Re: Show HN: Filesystem Watcher
#12Re: Show HN: Filesystem Watcher
#13How does this work under the covers on Linux? Is it using eBPF, or is it simply an abstraction over inotify? I'm particularly interested in something like this, but which will include information about what process made the change, and which user it was running as at the time.
Looks like it:
https://github.com/e-dant/watcher/blob/989147b183ee0547d71a1...
Re: Show HN: Filesystem Watcher
#14Earlier quoted context omitted.
All are supported. Although, to be more efficient, I need to write system API calls for Windows. That will be the 1.0 release.
[flagged]
Needless pedantry is one thing, but deliberately misconstruing a discussion to support said pedantry is sad.
Re: Show HN: Filesystem Watcher
#15https://www.voidtools.com/forum/viewtopic.php?t=9792
but programmatically and its highly scriptable, pretty cool. Will definitely add it to my arsenal of troubleshooting tools.
Edit: never mind, This tool is manually scanning the filesystem instead of listening to OS events https://github.com/e-dant/watcher/blob/989147b183ee0547d71a1...
Re: Show HN: Filesystem Watcher
#16Looking at Win32, it scans the whole directory periodically, right? I must miss something, but how can that be called efficient?
Re: Show HN: Filesystem Watcher
#17Looks like it does exactly what you can get out of Everything ( https://www.voidtools.com ) Index Journal https://www.voidtools.com/forum/viewtopic.php?t=9792 but programmatically and its highly scriptable, pretty cool. Will definitely add it to my arsenal of troubleshooting tools. Edit: never mind, This tool is manually scanning the filesystem instead of listening to OS events https://github.com/e-dant/watcher/blob/…
Re: Show HN: Filesystem Watcher
#18Looks like it does exactly what you can get out of Everything ( https://www.voidtools.com ) Index Journal https://www.voidtools.com/forum/viewtopic.php?t=9792 but programmatically and its highly scriptable, pretty cool. Will definitely add it to my arsenal of troubleshooting tools. Edit: never mind, This tool is manually scanning the filesystem instead of listening to OS events https://github.com/e-dant/watcher/blob/…
Voidtools gives security warnings in my browser, fwiw.
Re: Show HN: Filesystem Watcher
#19sane - for node
watchexec - rust based, static binary