watch tool rewritten in go.
- working aliases
- configurable shell
- windows support
watch [command]Specify command for watch by setting WATCH_COMMAND (bash -cli by default).
export WATCH_COMMAND=`fish -c`watch git statuswatch curl wttr.inwatch 'll | grep .go'go install github.com/antonmedv/watch@masterMIT