Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T12:04:51.000Z (over 4 years ago)
- Last Synced: 2024-10-08T21:06:31.314Z (about 1 month ago)
- Topics: file-watcher
- Language: Makefile
- Homepage:
- Size: 288 KB
- Stars: 1
- Watchers: 3
- 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
```![rexecute demo](./rexecute-demo.gif)
## License
MIT License@Masashi Shibata