{"id":18681817,"url":"https://github.com/gravityblast/globnotify","last_synced_at":"2025-11-07T16:30:29.466Z","repository":{"id":57656985,"uuid":"111037247","full_name":"gravityblast/globnotify","owner":"gravityblast","description":"golang glob watcher. it watches a filesystem tree and notifies on file changes based on a glob pattern","archived":false,"fork":false,"pushed_at":"2017-11-17T00:26:59.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-05T22:36:19.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/gravityblast.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}},"created_at":"2017-11-17T00:20:26.000Z","updated_at":"2022-10-14T11:56:01.000Z","dependencies_parsed_at":"2022-09-01T01:22:05.323Z","dependency_job_id":null,"html_url":"https://github.com/gravityblast/globnotify","commit_stats":null,"previous_names":["pilu/globnotify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fglobnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fglobnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fglobnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gravityblast%2Fglobnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gravityblast","download_url":"https://codeload.github.com/gravityblast/globnotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"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-11-07T10:09:38.408Z","updated_at":"2025-11-07T16:30:29.424Z","avatar_url":"https://github.com/gravityblast.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# globnotify\ngolang glob watcher. it watches a filesystem tree and notifies on file changes based on a glob pattern.\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/pilu/globnotify\"\n)\n\nfunc main() {\n\tw, err := globnotify.New(\"./**/*.css\")\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tevents, err := w.Watch()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Printf(\"watching...\\n\")\n\n\tfor {\n\t\tselect {\n\t\tcase event := \u003c-events:\n\t\t\tfmt.Printf(\"%+v\\n\", event)\n\t\t}\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fglobnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgravityblast%2Fglobnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgravityblast%2Fglobnotify/lists"}