Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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