Watch Go Utility
Watch-Go is a simple Golang script that behaves similarly to the Linux native command watch. Why? I wanted to learn Golang and I really got tired of not having the watch command from Linux on Windows devices. What is it? A simple tool that loops commands. I plan to build a lot more functionality into it over time but for now it primarily runs a given command on a given interval and reports some metrics if desired. ...