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 status
watch curl wttr.in
watch 'll | grep .go'
go install github.com/antonmedv/watch@master
MIT