Skip to content
/ rego Public

reinstall and rerun a Go program when its source files change

Notifications You must be signed in to change notification settings

sqs/rego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rego

rego reinstalls and reruns a Go program when its source files change.

Usage:

go get -u sourcegraph.com/sqs/rego
rego [-v] [-race] import-path [optional args to program...]

Unlike rerun, it doesn't recreate and rewatch all files after each change. It has fewer features than rerun, though. I made it because my Mac was complaining about having too many watched files since removing files from kevent watchers wasn't working for some reason, and it was easier to write this than dig into the kernel internals.

About

reinstall and rerun a Go program when its source files change

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages