Autoreload
A small python script to watch a directory for changes and reload a process when a change is detected.
Install / Use
/learn @stevekrenzel/AutoreloadREADME
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:
- Make sure the script is executable by running
chmod +x autoreload - 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.
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
