SkillAgentSearch skills...

Rfsnotify

recursive directory notifications for fsnotify (golang)

Install / Use

/learn @farmergreg/Rfsnotify
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

rfsnotify v0.1.0

recursive directory notifications built as a wrapper around fsnotify (golang)

GoDoc

This is a thin wrapper around https://github.com/fsnotify/fsnotify instead of only monitoring a top level folder, it allows you to monitor all folders underneath the folder you specify.

Example:

(error handling omitted to improve readability)

    import "github.com/farmergreg/rfsnotify"

//rfsnotify works exactly like fsnotify and implements the same API.
    watcher, err := rfsnotify.NewWatcher()

//rfsnotify adds two new API entry points:
    watcher.AddRecursive("/tmp/")
    watcher.RemoveRecursive("/tmp/")
View on GitHub
GitHub Stars44
CategoryDevelopment
Updated3mo ago
Forks15

Languages

Go

Security Score

87/100

Audited on Dec 17, 2025

No findings