Skip to content

stevekrenzel/autoreload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Autoreload is a simple python script to watch a directory for changed files and restarts a process when the change is detected.

To use autoreload:

  1. Make sure the script is executable by running chmod +x autoreload
  2. Run ./autoreload <command to run and reload>

For instance, I run ./autoreload python main.py. This first runs python main.py, then watches the current working directory and all subdirectories for changes. If any changes are detected, then the process is killed, and started all over again.

About

A small python script to watch a directory for changes and reload a process when a change is detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages