β° watch
watch tool rewritten in go.
Features
- working aliases
- configurable shell
- windows support
Usage
watch [command]
Specify command for watch by setting WATCH_COMMAND
(bash -cli
by default).
export WATCH_COMMAND=`fish -c`
Example
watch git status
watch curl wttr.in
watch 'll | grep .go'
Install
go get github.com/antonmedv/watch
License
MIT