Process reloader
Go to file
2021-10-15 11:50:32 -04:00
reload set process termination wait time to 100ms 2021-10-15 11:50:32 -04:00
.gitignore Initial commit 2019-10-18 15:17:06 -04:00
LICENSE various improvements and license update 2021-02-06 15:32:12 -05:00
README.md set process termination wait time to 100ms 2021-10-15 11:50:32 -04:00
requirements.txt rework and use json for config 2021-07-12 22:30:35 -04:00
setup.py DotDict fixes 2021-02-06 23:51:46 -05:00

Reloader

A simple program to reload (or just start) a process when files of a certain type are changed.

Installation

Requires Python 3.6+ and setuptools

pip3 install setuptools

Then install Reloader

python3 setup.py install --user

or if you don't want to clone the repo

pip3 install git+https://git.barkshark.xyz/izaliamae/reload.git

Note: When installing from source in a virtualenv created via pyenv, do pip install . to install it properly

Usage

Run reload in the base directory you want to watch to generate a reload.json file. Edit it to suite your needs and then run reload again.