antonmedv / watch

watch tool rewritten in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 get github.com/antonmedv/watch

License

MIT

About

watch tool rewritten in go

License:MIT License


Languages

Language:Go 100.0%