Timeline for Tool to monitor folder for new files and run command whenever new file is detected
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 15, 2020 at 18:23 | comment | added | George Birbilis | Also, note the license is GPL v3.0, so you should avoid statically linking to libfswatch (but dynamically link to its shared library instead) or prefer using the fswatch utility instead if you don't want to be forced to share the source code of your app too. Regarding having to share fswatch's source code, guess sharing a URL to its source code repository should be enough (that one has the most up to date version of the code anyway). | |
| Aug 15, 2020 at 18:20 | comment | added | George Birbilis | For Solaris do note the comment "The behaviour depends on the monitor. Solaris File Events Notification will tell you that a directory has changed when a file has been created, but won't give you any more details. It's up to the receiver to scan the directory contents and see what file has been created." at github.com/emcrisostomo/fswatch/issues/228 | |
| Aug 15, 2020 at 13:11 | history | edited | George Birbilis | CC BY-SA 4.0 | added 88 characters in body |
| Aug 15, 2020 at 12:52 | history | edited | George Birbilis | CC BY-SA 4.0 | added 124 characters in body |
| Aug 15, 2020 at 12:41 | review | First posts | |||
| Aug 16, 2020 at 10:00 | |||||
| Aug 15, 2020 at 12:39 | history | answered | George Birbilis | CC BY-SA 4.0 |