Command Line Tools
From charlesreid1
https://twitter.com/krisnova/status/1109618657305333761
containertop/ctop is awesome.
alias ctop='docker run --name ctop -it --rm -v /var/run/docker.sock:/var/run/docker.sock http://quay.io/vektorlab/ctop '
entr, this CLI tool is just amazing, it's a simple watch and do whatever you want
find . -name "*.go" | entr -c go build