https://github.com/lnsp/nwatch
Modern replacement for watch command.
https://github.com/lnsp/nwatch
Last synced: about 1 year ago
JSON representation
Modern replacement for watch command.
- Host: GitHub
- URL: https://github.com/lnsp/nwatch
- Owner: lnsp
- License: apache-2.0
- Created: 2019-06-21T14:21:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T14:22:06.000Z (almost 7 years ago)
- Last Synced: 2025-02-11T16:41:31.332Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nwatch
Simple replacement for `watch` command without all the bad unicode support bullshit.
## Installation
```bash
$ export PATH=$PATH:$GOPATH/bin
$ go get github.com/lnsp/nwatch
```
## Usage
```bash
$ nwatch -n 1s curl -s example.com/path
```