{"id":37127286,"url":"https://github.com/gregoryv/react","last_synced_at":"2026-01-14T14:49:31.966Z","repository":{"id":65917141,"uuid":"13667407","full_name":"gregoryv/react","owner":"gregoryv","description":"Commandline tool for executing scripts on directory changes","archived":true,"fork":false,"pushed_at":"2013-10-28T04:29:01.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-20T16:44:23.880Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregoryv.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":"2013-10-18T02:46:53.000Z","updated_at":"2024-06-20T16:44:23.881Z","dependencies_parsed_at":"2023-02-16T05:35:15.198Z","dependency_job_id":null,"html_url":"https://github.com/gregoryv/react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Freact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Freact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Freact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Freact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/react/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Freact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28423997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-14T14:49:31.400Z","updated_at":"2026-01-14T14:49:31.955Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Image](./logo.png?raw=true)\n=====\n\nCommandline tool for executing scripts on directory changes\n\nUsage\n-----\n\nIf you have a root directory structure like this\n\n    .\n    subdir_A/\n    subdir_B/subdir_C/.onchange\n    subdir_B/.onchange\n\nThen activate the react tool\n\n    cd root\n    react\n\nit will monitor directories `subdir_B/subdir_C` and `subdir_B`\nfor changes and execute the `.onchange` script in each directory whenever a file event eccurs.\n\n\nExample `.onchange`\n___________________\n\nIf working on a python module react could be used to execute tests whenever a\n.py file is modified.\n\n    #!/bin/sh\n\n    extension=\"${1##*.}\"\n    case $extension in\n        py)\n            cd ~/myproject\n            python setup.py test\n            ;;\n    esac\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Freact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Freact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Freact/lists"}