Live data from Hacker News

Show HN: Filesystem Watcher

github.com

11–20 of 80 posts

Re: Show HN: Filesystem Watcher

#13
post #9

How 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.

>or is it simply an abstraction over inotify?

Looks like it:

https://github.com/e-dant/watcher/blob/989147b183ee0547d71a1...

Re: Show HN: Filesystem Watcher

#14
post #7

Earlier 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]

They were responding to a comment asking about Linux, MacOS, and Windows support.

Needless pedantry is one thing, but deliberately misconstruing a discussion to support said pedantry is sad.

https://news.ycombinator.com/newsguidelines.html

Re: Show HN: Filesystem Watcher

#15
Looks 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/989147b183ee0547d71a1...

Re: Show HN: Filesystem Watcher

#17
post #15

Looks 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

#18
post #15

Looks 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.

Of course it does, its competing with Microsoft by providing actually working instant local search.
Post reply on HN