go install github.com/kamalshkeir/kwatch/cmd/kwatch
or get the binary from Releases
kwatch --root ${PWD} (will watch all files at root)
kwatch --root ${PWD} --watch assets/templates,assets/static (will watch only '${PWD}/assets/templates' and '${PWD}/assets/static' folders)