/wproc

Run a process and restart it when files change

Primary LanguageRust

wproc

Will watch ./file.txt for changes and run cat ./file.txt when changes are detected

wproc -w ./file.txt -- cat ./file.txt