Skip to content

New --restart and --dontwait options

Compare
Choose a tag to compare
@thomasfl thomasfl released this 06 Feb 13:55
· 385 commits to main since this release

The --restart option restarts the command when changes happens on the file system. The --dontwait starts the command when filewatcher is started. To start a webserver and have it automatically restart when html files are updated:

$ filewatcher --dontwait --restart "*.html" "python -m SimpleHTTPServer"