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

https://github.com/antonmedv/watch

watch tool rewritten in go
https://github.com/antonmedv/watch

Last synced: 10 months ago
JSON representation

watch tool rewritten in go

Awesome Lists containing this project

README

          

watch

# ⏰ watch

_watch_ tool rewritten in go.

## Features

* working aliases
* configurable shell
* windows support

Webpod - deploy JavaScript apps

## Usage

```bash
watch [command]
```

Specify command for _watch_ by setting `WATCH_COMMAND` (`bash -cli` by default).

```bash
export WATCH_COMMAND=`fish -c`
```

## Example

```bash
watch git status
```

```bash
watch curl wttr.in
```

```bash
watch 'll | grep .go'
```

## Install

```bash
go install github.com/antonmedv/watch@master
```

## License

MIT