public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Eliot Moss <moss@cs.umass.edu>
To: Mark Hansen <cygwin@mehconsulting.com>, cygwin@cygwin.com
Subject: Re: Does cygwin have an 'autorun' utility/package?
Date: Sun, 16 Jan 2022 12:59:55 -0500	[thread overview]
Message-ID: <86247c2b-c254-63e8-95c1-d5fec2b1c4be@cs.umass.edu> (raw)
In-Reply-To: <056dd5de-878e-b04f-6717-c9506701e797@mehconsulting.com>

inotify is a POSIX library that would help meet the need.
It apparently has not been ported to Cygwin as a regular
package, though Windows has the necessary underlying ability.

However, this suggests that you can fairly easily build a
program to help:

https://github.com/thekid/inotify-win

It seems to build and work reasonably well.

Another angle is this Qt library (though I am not sure if it
works under Cygwin):

https://doc.qt.io/qt-5/qfilesystemwatcher.html

Best - Eliot Moss

  reply	other threads:[~2022-01-16 17:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-16 14:46 Mark Hansen
2022-01-16 16:12 ` Adam Dinwoodie
2022-01-16 16:35   ` Mark Hansen
2022-01-16 17:59     ` Eliot Moss [this message]
2022-01-26 14:37 ` Andrey Repin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86247c2b-c254-63e8-95c1-d5fec2b1c4be@cs.umass.edu \
    --to=moss@cs.umass.edu \
    --cc=cygwin@cygwin.com \
    --cc=cygwin@mehconsulting.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).