Unix command line utility to restart long running processes
git clone https://github.com/jpopesculian/hot.git
cd hot
cargo install --path .
``` USAGE
hot [OPTIONS..] [CMD] [ARGS..]
OPTIONS
--help Display this message
DESCRIPTION
Helper to make commands reloadable. When running press 'r' to reload and ctrl^c or ctrl^d to quit. ```