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: about 1 month 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 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T12:04:51.000Z (about 5 years ago)
- Last Synced: 2025-04-04T16:28:34.568Z (3 months ago)
- Topics: file-watcher
- Language: Makefile
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 2
- 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