watch
watch copied to clipboard
watch tool rewritten in go
⏰ 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 install github.com/antonmedv/watch@master
License
MIT
