Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santerijps/hotreload
Execute actions in the shell whenever any (non-executable) file in the directory is modified, new ones are created, or old ones are deleted.
https://github.com/santerijps/hotreload
Last synced: about 1 month ago
JSON representation
Execute actions in the shell whenever any (non-executable) file in the directory is modified, new ones are created, or old ones are deleted.
- Host: GitHub
- URL: https://github.com/santerijps/hotreload
- Owner: santerijps
- Created: 2022-11-20T15:11:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T10:24:19.000Z (about 2 years ago)
- Last Synced: 2024-11-12T17:19:05.695Z (3 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hotreload
Execute actions in the shell whenever any file in the directory is modified, new ones are created, or old ones are deleted.
```sh
# Building and usage
make prod
build/hotreload 'echo Hello world'
```