Watch the output of a command.
simple-watch [(-i <Interval>)|(--interval=<Interval>)] <command>
Note
The timing is not precise. i.e. you may send an interval but there's no guarantee that it'll follow the interval exactly
In the examples below, i got alias sw=simple-watch
sw tail -100 logs.txt
sw date
sw cargo check
cargo install --git https://github.com/maheshbansod/simple-watch