incron
incron copied to clipboard
Option to skip temp files
it will be a good improvement, if incron does not trigger on temp/dot files. E.g. editing a file via vim creates .xx.swp file which triggers the execution of the command. To skip this, you have to manually write a script to check if the file is a temp file and then skip the execution.