{"id":22822967,"url":"https://github.com/enapiuz/multiwatch","last_synced_at":"2025-10-03T18:27:54.725Z","repository":{"id":57704050,"uuid":"185998271","full_name":"Enapiuz/multiwatch","owner":"Enapiuz","description":"Simple task runner on directory changes that doesn't produce tons of logs if everything is OK 👌","archived":false,"fork":false,"pushed_at":"2019-05-15T17:18:30.000Z","size":1306,"stargazers_count":74,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-23T03:46:02.819Z","etag":null,"topics":["developer-tools","development","filewatcher","task","taskrunner","watch","watcher"],"latest_commit_sha":null,"homepage":"","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/Enapiuz.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":"2019-05-10T14:02:20.000Z","updated_at":"2024-02-26T10:47:44.000Z","dependencies_parsed_at":"2022-09-26T21:12:05.148Z","dependency_job_id":null,"html_url":"https://github.com/Enapiuz/multiwatch","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enapiuz%2Fmultiwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enapiuz%2Fmultiwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enapiuz%2Fmultiwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enapiuz%2Fmultiwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enapiuz","download_url":"https://codeload.github.com/Enapiuz/multiwatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366679,"owners_count":21418768,"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":["developer-tools","development","filewatcher","task","taskrunner","watch","watcher"],"created_at":"2024-12-12T16:13:51.832Z","updated_at":"2025-10-03T18:27:54.650Z","avatar_url":"https://github.com/Enapiuz.png","language":"Go","readme":"# multiwatch\n\n[![Build Status](https://travis-ci.org/Enapiuz/multiwatch.svg?branch=master)](https://travis-ci.org/Enapiuz/multiwatch)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Enapiuz/multiwatch)](https://goreportcard.com/report/github.com/Enapiuz/multiwatch)\n[![codecov](https://codecov.io/gh/Enapiuz/multiwatch/branch/master/graph/badge.svg)](https://codecov.io/gh/Enapiuz/multiwatch)\n[![Maintainability](https://api.codeclimate.com/v1/badges/61bf67df2cdf15e5262f/maintainability)](https://codeclimate.com/github/Enapiuz/multiwatch/maintainability)\n[![Open Source Helpers](https://www.codetriage.com/enapiuz/multiwatch/badges/users.svg)](https://www.codetriage.com/enapiuz/multiwatch)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/Enapiuz/multiwatch/blob/master/LICENSE)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FEnapiuz%2Fmultiwatch.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FEnapiuz%2Fmultiwatch?ref=badge_shield)\n\nSimple task runner on directory changes.\n[![asciicast](https://asciinema.org/a/245987.svg)](https://asciinema.org/a/245987)\n\n## Installation\n### Manual\n1. Download multiwatch\n    - `git clone https://github.com/Enapiuz/multiwatch.git`\n2. Install via go\n    - `cd multiwatch \u0026\u0026 go install`\n    \n### Distros\n#### macOS\n`brew install Enapiuz/tap/multiwatch`\n#### Other systems\nWork in progress\n\n## Config\n```toml\n# debounce time for file change events in milliseconds\ndelay=500\n\n[[watch]]\nname = \"linter\"\npaths = [\"src\"]\ncommands = [\"npm run lint\"]\n\n[[watch]]\nname = \"tests\"\npaths = [\"src\", \"tests\"]\nignorePrefixes=[\"vendor\"] # ignore \"src/vendor/*\" and \"tests/vendor/*\" \ncommands = [\"npm run test\", \"npm run build\"]\nbreakOnFail = true # if tests will fail, build won't be run\n```\n\n## Donation\nIf you are enjoying this tool, feel free to buy me a coffee 😉\n\n\u003ca href=\"https://www.buymeacoffee.com/enapiuz\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FEnapiuz%2Fmultiwatch.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FEnapiuz%2Fmultiwatch?ref=badge_large)","funding_links":["https://www.buymeacoffee.com/enapiuz"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenapiuz%2Fmultiwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenapiuz%2Fmultiwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenapiuz%2Fmultiwatch/lists"}