wendy

inotify based node watcher
git clone git://git.2f30.org/wendy
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-06-02 11:21Fix a few warningsWilly Goiffon1+10-6
2020-06-02 11:20Add mkfile for compilation with plan9 mkWilly Goiffon2+27-3
2020-06-02 11:20Rename MANDIR to MANPREFIXWilly Goiffon2+4-4
2020-06-02 09:01Provide more meaningful examples in the manpageWilly Goiffon1+26-15
2020-06-02 08:44Fix off-by-one error to remove trailing "/"Willy Goiffon1+2-2
2020-06-02 08:06Provide better explanations in the READMEWilly Goiffon1+10-8
2020-06-02 07:50Update README to be more conciseWilly Goiffon1+38-122
2020-06-02 07:49Update manpage example to showcase path on STDINWilly Goiffon1+1-1
2020-04-30 08:59Update READMEWilly Goiffon1+23-40
2020-04-20 14:05Fix segmentation fault in basename()Willy Goiffon1+1-1
2020-03-13 11:00Fix binary operation precedence issueWilly Goiffon1+1-1
2020-03-13 10:04Add -l flag to list numeric values of eventsWilly Goiffon2+23-3
2020-03-12 18:36Document -a flag in manpageWilly Goiffon1+4-1
2020-03-12 18:30Ignore hidden inodes by defaultWilly Goiffon1+17-2
2020-03-04 14:08Read path from stdin when none providedWilly Goiffon2+24-1
2020-03-04 14:05Cosmetic changes for if/else statementWilly Goiffon1+1-3
2020-03-04 14:03Include *_SELF events in default maskWilly Goiffon2+2-2
2020-03-04 13:13Treat IN_IGNORED as any other eventWilly Goiffon1+7-10
2020-03-02 14:55Update manpage according to latest changesWilly Goiffon1+34-42
2020-03-02 14:42Change watcher flag to -wWilly Goiffon1+2-2
2020-03-02 14:01Run specified command on triggered eventsWilly Goiffon1+19-2
2020-03-02 13:59Pass current watcher in wdpath()Willy Goiffon1+2-4
2020-03-02 13:58Free the malloc(), and ignore expected ENOTDIR errorWilly Goiffon1+8-2
2020-02-28 19:23Add flag to only monitor directoriesWilly Goiffon1+10-3
2020-02-28 19:20Change default mask to events about filesystem changeWilly Goiffon1+2-1
2020-02-28 19:01Reset verbosity to 0 by defaultWilly Goiffon1+1-1
2020-02-28 19:01Add flag to watch directories recursivelyWilly Goiffon1+16-2
2020-02-28 18:52Prevent exiting too early when removing a watcherWilly Goiffon1+0-1
2020-02-28 18:13Store inode path as passed on the command lineWilly Goiffon1+5-2
2020-02-28 18:10Remove unused listwatcher() functionWilly Goiffon1+0-12
2020-02-28 17:05Rewrite body to use SLIST from queue.hWilly Goiffon3+686-193
2019-07-01 09:05Update contact informationWilly Goiffon2+2-2
2017-04-20 11:42Use implicit rules in makefilez3bra2+12-16
2016-04-29 18:14Replace execvpe() call with execvp()z3bra1+1-14
2016-02-01 18:48Rename MANPREFIX to MANDIRz3bra2+3-3
2016-02-01 12:45Rewrite wendy.1 using mdoc formatz3bra1+114-148
2016-01-31 19:02Remove del_node() function for simplicity sakez3bra2+3-21
2016-01-31 15:52Keep watching files sending IN_IGNOREDz3bra1+33-16
2016-01-31 15:25Code cleanupz3bra1+12-15
2016-01-31 15:21Make wendy export environment variablesz3bra1+34-11
2016-01-31 15:06Cleanup makefilez3bra2+13-21
2016-01-31 15:02Relicense wendy under ISCz3bra2+13-30
2016-01-31 14:18Make invocation simpler and more robustz3bra2+96-28
2015-06-14 22:12added double forking to avoid zombie childrenz3bra1+9-2
2015-04-14 21:06Merge branch 'bocxorocx-master'z3bra2+153-0
2015-04-14 21:00Gave more specific examples in the manpagez3bra1+73-30
2015-04-14 20:13Manual page installationa bocx of rocx1+2-0
2015-04-14 16:07Manual pagea bocx of rocx1+108-0
2015-03-30 19:09fixed a typo in the READMEz3bra1+1-1
2015-03-30 19:07updated README to reflect new featuresz3bra1+20-19
2015-03-30 19:07fixed filename output to prepend directory when specifiedz3bra1+4-4
2015-03-30 18:43formatting: 4 spaces -> 8 tabsz3bra1+188-194
2015-03-30 18:43now read filenames from stdinz3bra1+33-3
2015-03-27 21:51use TAB as a delimiterz3bra1+2-2
2015-03-27 19:09wendy can now watch multiple files at the same timez3bra1+92-46
2014-07-16 11:11Merge branch 'master' of git.z3bra.org:wendyz3bra1+82-0
2014-07-16 06:30Be quiet by default. Replaced -q with -vz3bra1+7-8
2014-03-10 07:45Fixed typos in READMEz3bra1+8-7
2014-03-10 07:35Merge branch 'master' of z3bra.org:wendyz3bra1+21-9
2014-03-10 07:35Added a FAQ to the READMEz3bra1+81-0
2014-02-16 21:11Added 3 more events to list_eventsz3bra1+7-3
2014-02-16 17:17Now recreate the file watch when getting IN_IGNORED eventz3bra1+14-5
2014-02-12 16:02Fixed command handlingz3bra1+1-2
2014-02-12 12:37Merge branch 'master' of z3bra.org:wendyz3bra3+100-18
2014-02-12 12:36Sanitize makefilez3bra2+16-14
2014-02-12 08:09Effectively use the file given as argumentz3bra1+4-4
2014-02-11 17:27Added more option to view and specify every maskz3bra2+86-13
2014-02-11 16:51Simplify a lin in the makefilez3bra1+1-3
2014-02-11 16:13Allow watching specific files, or entire directoriesz3bra1+21-10
2014-02-11 15:35Corrected README, you cannot do "-DMC"z3bra1+1-1
2014-02-10 08:58Fixed makefile and add sane defaultsz3bra2+3-3
2014-02-10 08:55Added a READMEz3bra1+24-0
2014-02-10 08:48Changed LICENSEz3bra2+24-16
2014-02-10 08:47Improved makefilez3bra1+17-18
2014-02-10 08:18Changed flag -d to -f (everything is a file)z3bra1+8-8
2013-08-07 15:30hum... formatting ?Willy Goiffon1+1-1
2013-08-02 13:30first commitWilly Goiffon2+175-0