summaryrefslogtreecommitdiff
path: root/shells/bash-completion
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-01-09 22:46:50 +0000
committerMark Felder <feld@FreeBSD.org>2017-01-09 22:46:50 +0000
commitfcbdc328dc6b0b97f673f53aa7409b708094c2b0 (patch)
tree8465eece69458dcea9d0c27e3f3ab5479e685444 /shells/bash-completion
parentDrop USE_GCC, this fixed a segfault crash when starting the program. (diff)
fswatch is a file change monitor that receives notifications when the contents
of the specified files or directories are modified. fswatch implements four kinds of monitors: * A monitor based on the File System Events API of Apple OS X. * A monitor based on kqueue, an event notification interface introduced in FreeBSD 4.1 and supported on most *BSD systems (including OS X). * A monitor based on inotify, a Linux kernel subsystem that reports file system changes to applications. * A monitor which periodically stats the file system, saves file modification times in memory and manually calculates file system changes, which can work on any operating system where stat (2) can be used. fswatch should build and work correctly on any system shipping either of the aforementioned APIs. WWW: https://github.com/emcrisostomo/fswatch PR: 200552 Submitted by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
Diffstat (limited to 'shells/bash-completion')
0 files changed, 0 insertions, 0 deletions