Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 781 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 781 Bytes

watch

⏰ watch

watch tool rewritten in go.

Features

  • working aliases
  • configurable shell
  • windows support

Webpod - deploy JavaScript apps

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