{"id":13817634,"url":"https://github.com/farmergreg/rfsnotify","last_synced_at":"2025-05-09T00:09:14.905Z","repository":{"id":25644043,"uuid":"29079427","full_name":"farmergreg/rfsnotify","owner":"farmergreg","description":"recursive directory notifications for fsnotify (golang)","archived":false,"fork":false,"pushed_at":"2024-08-25T14:20:25.000Z","size":9,"stargazers_count":42,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-09T00:09:09.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.gregd.org/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farmergreg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-01-11T03:00:21.000Z","updated_at":"2025-04-04T23:00:51.000Z","dependencies_parsed_at":"2024-11-05T21:49:52.268Z","dependency_job_id":null,"html_url":"https://github.com/farmergreg/rfsnotify","commit_stats":null,"previous_names":["dietsche/rfsnotify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Frfsnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Frfsnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Frfsnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farmergreg%2Frfsnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farmergreg","download_url":"https://codeload.github.com/farmergreg/rfsnotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166521,"owners_count":21864482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T06:00:52.454Z","updated_at":"2025-05-09T00:09:14.877Z","avatar_url":"https://github.com/farmergreg.png","language":"Go","funding_links":[],"categories":["Misc"],"sub_categories":[],"readme":"# rfsnotify v0.1.0\nrecursive directory notifications built as a wrapper around fsnotify (golang)\n\n[![GoDoc](https://godoc.org/github.com/farmergreg/rfsnotify?status.svg)](https://godoc.org/github.com/farmergreg/rfsnotify)\n\nThis is a thin wrapper around https://github.com/fsnotify/fsnotify instead of only monitoring a top level folder,\nit allows you to monitor all folders underneath the folder you specify.\n\nExample:\n--------\n(error handling omitted to improve readability)\n```\n    import \"github.com/farmergreg/rfsnotify\"\n\n//rfsnotify works exactly like fsnotify and implements the same API.\n    watcher, err := rfsnotify.NewWatcher()\n\n//rfsnotify adds two new API entry points:\n    watcher.AddRecursive(\"/tmp/\")\n    watcher.RemoveRecursive(\"/tmp/\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Frfsnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarmergreg%2Frfsnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarmergreg%2Frfsnotify/lists"}