autoreload icon indicating copy to clipboard operation
autoreload copied to clipboard

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

Results 2 autoreload issues
Sort by recently updated
recently updated
newest added

line 13 for top_level in filter(file_filter, os.listdir(path)): seem to be a bug, should be removed.