{"id":21195596,"url":"https://github.com/openpeeps/watchout","last_synced_at":"2025-05-07T19:22:11.449Z","repository":{"id":43024787,"uuid":"458070441","full_name":"openpeeps/watchout","owner":"openpeeps","description":"⚡️ A fast, small, lightweight filesystem monitor. Yellin' for changes!","archived":false,"fork":false,"pushed_at":"2025-01-27T22:04:09.000Z","size":439,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T13:17:45.612Z","etag":null,"topics":["app","cross-platform","file-change-notifications","file-monitor","file-monitoring","filesystem","language-agnostic","monitoring-tool","nim-lang","watchout"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/openpeeps.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":"2022-02-11T06:24:32.000Z","updated_at":"2025-03-26T12:09:15.000Z","dependencies_parsed_at":"2024-01-01T10:26:04.224Z","dependency_job_id":"2122aa8c-750f-4f7d-b6ec-7bda9c10c4a1","html_url":"https://github.com/openpeeps/watchout","commit_stats":null,"previous_names":["openpeeps/watchout"],"tags_count":1,"template":false,"template_full_name":"openpeeps/pistachio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fwatchout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fwatchout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fwatchout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fwatchout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/watchout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252941416,"owners_count":21828872,"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":["app","cross-platform","file-change-notifications","file-monitor","file-monitoring","filesystem","language-agnostic","monitoring-tool","nim-lang","watchout"],"created_at":"2024-11-20T19:29:04.333Z","updated_at":"2025-05-07T19:22:11.407Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":["https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/openpeep/watchout/main/.github/watchout-logo.png\" width=\"170px\"\u003e\u003cbr\u003e\n    ⚡️ A fast, small, lightweight filesystem monitor. Yellin' for changes!\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://openpeeps.github.io/watchout/theindex.html\"\u003eAPI reference\u003c/a\u003e | \u003ca href=\"#\"\u003eDownload\u003c/a\u003e (not yet)\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/watchout/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e  \u003cimg src=\"https://github.com/openpeeps/watchout/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\ntodo\n- [x] Open Source | `MIT` license\n\n## Installing\n```\nnimble install watchout\n```\n\n## Examples\n```nim\nimport watchout\n\nproc onFound(file: File) =\n  echo \"Found\"\n  echo file.getPath\n\nproc onChange(file: File) =\n  echo \"Changed\"\n  echo file.getPath\n\nproc onDelete(file: File) =\n  echo \"Deleted\"\n  echo file.getPath\n\nvar w = newWatchout(\"../tests/*.nim\", onChange, onFound, onDelete)\nw.start(waitThreads = true)\n```\n\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/watchout/issues)\n- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/watchout/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n- 🥰 [Donate to OpenPeeps via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)\n\n### 🎩 License\nWatchout [MIT license](https://github.com/openpeeps/watchout/blob/main/LICENSE).\u003cbr\u003e\nCopyright \u0026copy; 2023 OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fwatchout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fwatchout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fwatchout/lists"}