Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 519 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 519 Bytes

watch

⏰ watch

watch tool rewritten in go.

Features

  • 2s interval
  • 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`

Install

go get github.com/antonmedv/watch

License

MIT