https://github.com/hbagdi/hupit
hupit: reload processes when file(s) change
https://github.com/hbagdi/hupit
Last synced: 3 months ago
JSON representation
hupit: reload processes when file(s) change
- Host: GitHub
- URL: https://github.com/hbagdi/hupit
- Owner: hbagdi
- License: apache-2.0
- Created: 2019-07-25T23:00:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T23:04:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T18:21:25.428Z (5 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hupit
Watch files and hup processes when they change.
hupit watches files and executes an arbitrary shell command whenever any
of the files being watches changes.```shell
$ hupit --help
Usage of hupit:
-command string
command to execute when a file changes
-file value
file to watch for changes;flag can be used multiple times to specify multiple files
-version
output version information
```# Dockerimage
Docker image is hosted on Dockerhub:
```shell
$ docker pull hbagdi/hupit
```