Multiwatch
Simple task runner on directory changes that doesn't produce tons of logs if everything is OK 👌
Install / Use
/learn @Enapiuz/MultiwatchREADME
multiwatch
Simple task runner on directory changes.
Installation
Manual
- Download multiwatch
git clone https://github.com/Enapiuz/multiwatch.git
- Install via go
cd multiwatch && go install
Distros
macOS
brew install Enapiuz/tap/multiwatch
Other systems
Work in progress
Config
# debounce time for file change events in milliseconds
delay=500
[[watch]]
name = "linter"
paths = ["src"]
commands = ["npm run lint"]
[[watch]]
name = "tests"
paths = ["src", "tests"]
ignorePrefixes=["vendor"] # ignore "src/vendor/*" and "tests/vendor/*"
commands = ["npm run test", "npm run build"]
breakOnFail = true # if tests will fail, build won't be run
Donation
If you are enjoying this tool, feel free to buy me a coffee 😉
<a href="https://www.buymeacoffee.com/enapiuz" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
License
Related Skills
canvas
337.7kCanvas Skill Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android). Overview The canvas tool lets you present web content on any connected node's canvas view. Great for: -
node-connect
337.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Agent Development
83.3kThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
