{"id":24513017,"url":"https://github.com/mopemope/watchdog","last_synced_at":"2025-08-21T00:13:55.446Z","repository":{"id":2667778,"uuid":"3659193","full_name":"mopemope/watchdog","owner":"mopemope","description":"Simple Filesystem Event Monitoring","archived":false,"fork":false,"pushed_at":"2012-03-08T11:06:44.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T10:14:08.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopemope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-08T11:03:54.000Z","updated_at":"2015-12-17T21:28:59.000Z","dependencies_parsed_at":"2022-08-29T08:02:09.705Z","dependency_job_id":null,"html_url":"https://github.com/mopemope/watchdog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mopemope/watchdog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Fwatchdog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Fwatchdog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Fwatchdog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Fwatchdog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopemope","download_url":"https://codeload.github.com/mopemope/watchdog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopemope%2Fwatchdog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271406100,"owners_count":24753911,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-01-22T00:52:32.070Z","updated_at":"2025-08-21T00:13:55.422Z","avatar_url":"https://github.com/mopemope.png","language":"Clojure","readme":"# watchdog\n\nSimple Filesystem Events Monitoring\n\n## Installation\n-------------\n\n    (defproject your-project \"0.0.1-SNAPSHOT\"\n           :description \"descriptions for your project\"\n           :dependencies [[org.clojars.mopemope/watchdog \"0.0.1\"]\n                           ...]\n           ...)\n\n## Usage\n\n    (use 'watchdog))\n\n    (set-interval (* 1000))\n\n    ;; watch-start [pathes handler \u0026 extentions]\n    (watch-start \"./\"\n      (fn [files]\n        (do\n          (println \"create\" (:create files))\n          (println \"modify\" (:modify files))\n          (println \"delete\" (:delete files)))))\n\n    ;; watch only \".clj\" and \".java\" files\n    (watch-start [\"./\" \"your-path1\" \"your-path2]\n      (fn [files]\n        (do\n          (println \"create\" (:create files))\n          (println \"modify\" (:modify files))\n          (println \"delete\" (:delete files)))) [#\".*\\.clj\" #\".*\\.java\"])\n\n## File Event Data\n\n    {:create [],  :modify [#\u003cFile ./project.clj\u003e],  :delete []}\n\n\n## License\n\nCopyright (C) 2012 Yutaka Matsubara\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopemope%2Fwatchdog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopemope%2Fwatchdog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopemope%2Fwatchdog/lists"}