{"id":22502878,"url":"https://github.com/r-unic/inotify-fixed","last_synced_at":"2025-07-22T03:04:58.430Z","repository":{"id":264520837,"uuid":"638111465","full_name":"R-unic/inotify-fixed","owner":"R-unic","description":"Fixed version for Crystal 1.8.1 of the inotify.cr shard.","archived":false,"fork":false,"pushed_at":"2023-05-09T05:37:36.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T01:20:13.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/R-unic.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":"2023-05-09T05:32:12.000Z","updated_at":"2023-05-09T05:33:10.000Z","dependencies_parsed_at":"2024-11-24T20:44:28.670Z","dependency_job_id":"d57f0d4c-6ab4-4d82-9b7a-7cf35f6722b8","html_url":"https://github.com/R-unic/inotify-fixed","commit_stats":null,"previous_names":["r-unic/inotify-fixed"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Finotify-fixed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Finotify-fixed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Finotify-fixed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R-unic%2Finotify-fixed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R-unic","download_url":"https://codeload.github.com/R-unic/inotify-fixed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236738581,"owners_count":19196966,"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-12-06T23:26:55.944Z","updated_at":"2025-02-02T01:12:51.978Z","avatar_url":"https://github.com/R-unic.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inotify\n\nInotify bindings for [Crystal language](https://github.com/crystal-lang/crystal).\n\n[![GitHub release](https://img.shields.io/github/release/petoem/inotify.cr.svg?style=flat-square)](https://github.com/petoem/inotify.cr/releases)\n[![Travis](https://img.shields.io/travis/petoem/inotify.cr.svg?style=flat-square)](https://travis-ci.org/petoem/inotify.cr)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/petoem/inotify.cr/blob/master/LICENSE)\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  inotify:\n    github: petoem/inotify.cr\n    version: 1.0.1\n```\n\n## Usage\n\n```crystal\nrequire \"inotify\"\n\n# To watch a file or directory ...\nwatcher = Inotify.watch \"/path/to/file.txt\" do |event|\n  # your awesome logic\nend\n\n# ... for 10 seconds.\nsleep 10.seconds\nwatcher.close\n```\n*Note: You have to run something in the main fiber or else your program will exit.* \n\nMore documentation can be found [here](https://petoem.github.io/inotify.cr/).\n\n## Development\n\nTo enable logging to `STDOUT` set `INOTIFY_LOG_LEVEL` environment variable to `DEBUG`.\n\n## Contributing\n\n1. [Fork it!](https://github.com/petoem/inotify.cr/fork)\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [petoem](https://github.com/petoem) Michael Petö - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-unic%2Finotify-fixed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-unic%2Finotify-fixed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-unic%2Finotify-fixed/lists"}