codeskyblue / fswatch

Watch file change, and trigger commands. (Cross platform)
Apache License 2.0
345 stars 61 forks source link

Not backwards compatible #25

Closed crholm closed 4 years ago

crholm commented 4 years ago

More of an FYI

the commit fe2525c3b867b85320c5a70e5cb15400c6d493aa from 12 days ago broke our dev environment, since we have our fsw.yml file in specific locations and use -config for that.

Not really an issue for us, forking and rolling back works fine. But a somewhat alienating experience.

codeskyblue commented 4 years ago

Thanks for your issue, which let me know this repo is still have users (I ever thought this repo is died). A few days ago, I try to use fswatch to debug code, but this usage looks quite complicated. so I try to make it more simple to use. Putting the command through command line (not in fsw.yml), eg: fswatch python -u test.py

I'm tring to add it back.

codeskyblue commented 4 years ago

add back in https://github.com/codeskyblue/fswatch/commit/a07fa02ded7bab2a9a5b664f1ce0a873b3908e0e

crholm commented 4 years ago

Thank you :) much appreciated. It workes well.