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
- Host: GitHub
- URL: https://github.com/antonmedv/watch
- Owner: antonmedv
- License: mit
- Created: 2019-03-24T18:37:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T09:44:33.000Z (over 1 year ago)
- Last Synced: 2024-10-14T19:43:50.670Z (about 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 158
- Watchers: 5
- Forks: 18
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ⏰ watch
_watch_ tool rewritten in go.
## Features
* working aliases
* configurable shell
* windows support
## 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
