Zig Code Watch Tool
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-26 09:14:19 +02:00
src better format for version 2026-08-26 09:14:19 +02:00
.gitignore buildfiles with zig init, might need cleanup 2026-08-19 15:52:44 +02:00
build.zig buildfiles with zig init, might need cleanup 2026-08-19 15:52:44 +02:00
build.zig.zon buildfiles with zig init, might need cleanup 2026-08-19 15:52:44 +02:00
LICENCE Add LICENCE 2026-08-02 09:13:51 +00:00
README.md Update README.md 2026-08-02 09:15:47 +00:00

zcowato

zcowato stands for Zig Code Watch Tool. This tool started off as a barebones reimplementation of watch, but I quickly realized I added more functionality and had different usecases in mind. The idea behind this tool is to be able to watch any code and automatically rebuild or fire some script when a file in the given directory changes. For instance, when you edit your source code and save, it could automatically rebuild and you would see compilation errors or output immediately.

Currently it is very crude and might have weird side effects