Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 614 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 614 Bytes

watch

⏰ 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