• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D20-Feb-201622 43

MakefileH A D20-Feb-2016224 138

README.mdH A D20-Feb-2016423 1410

fsnotifier.hH A D20-Feb-20162.2 KiB9043

inotify.cH A D20-Feb-201611.1 KiB460364

main.cH A D20-Feb-201614.3 KiB564450

util.cH A D20-Feb-20163.9 KiB204154

README.md

1# fsnotifier for OpenBSD and FreeBSD
2
3The fsnotifier is used by IntelliJ for detecting file changes.  This
4version supports FreeBSD and OpenBSD via libinotify and is a
5replacement for the bundled Linux-only version coming with the
6IntelliJ IDEA Community Edition.
7
8To compile run `make`. Copy `fsnotifier` somewhere.
9
10Edit `bin/idea.properties` and add:
11```
12idea.filewatcher.executable.path=/path/to/your/fsnotifier
13```
14