An open API service indexing awesome lists of open source software.

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.

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
```