Giter Club home page Giter Club logo

Comments (4)

xaionaro avatar xaionaro commented on July 19, 2024

I'm just an user of libinotify-kqueue, but I think you should ask the author of inotify-tools to port it to *BSD using this library.

Also there's an utility "clsync" that is already ported to FreeBSD. It's not an analog of inotifywait, but may be used in similar purposes. For example waiting for deletion of file "somefile" in directory "/mnt/somedir":

printf "+fsomefile\n+w^$\n-*\n" > /tmp/rules && clsync -Sls -Msimple -t0 -w0 --skip-initialsync -T0 -W/mnt/somedir -R /tmp/rules -r1 -- -d %INCLUDE-LIST% >/dev/null 2>/dev/null

from libinotify-kqueue.

yurivict avatar yurivict commented on July 19, 2024

Thanks @xaionaro , I was able to build inotify-tools as a FreeBSD port with the minimal effort. Will submit this port.

from libinotify-kqueue.

dmatveev avatar dmatveev commented on July 19, 2024

I assume that the "inotifywait" you mention here can be easily ported using the library. It is the goal of the project :)

from libinotify-kqueue.

yurivict avatar yurivict commented on July 19, 2024

This is already done, thanks.

from libinotify-kqueue.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.