paul-nameless/nim-fswatch

misc feedback

Opened this issue · 1 comments

Seems like the 1st fswatch nim port that works out of the box for me!

here is some early feedback:

proc callback(eg: EventGroup) =
  for e in eg:
    echo e.path, " ", $e.kind, " ", e.time.utc()

Hello friend,
Thanks a lot for feedback!
I am currently busy but when I have time I'll take in account your wishes.

P.S. I will be happy to accept PRs... :)