https://github.com/c-bata/rexecute
Re-execute a command when specified files are modified.
https://github.com/c-bata/rexecute
file-watcher
Last synced: 4 months ago
JSON representation
Re-execute a command when specified files are modified.
- Host: GitHub
- URL: https://github.com/c-bata/rexecute
- Owner: c-bata
- License: mit
- Created: 2016-12-07T16:40:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T12:04:51.000Z (about 6 years ago)
- Last Synced: 2025-10-28T13:39:24.433Z (8 months ago)
- Topics: file-watcher
- Language: Makefile
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rexecute
Re-execute the command when specified files are modified.
## Installation
```console
$ go install github.com/c-bata/rexecute
```
## Design
```console
$ find . -name "*.tex" | rexecute make build
```

## License
MIT License@Masashi Shibata