master/lib/guard
Michael Kessler d78ecb45fb Change inotify event flags (Closes #12).
There have been some issues with Guard in Linux, which all lead back
to the selection of the proper inotify flags. It seems that almost each
editors behaves different when it comes to save a file. @jeffutter
started to collect information about these events, which are now listed
in the Guard wiki:

https://github.com/guard/guard/wiki/Analysis-of-inotify-events-for-different-editors

If you miss your favorite editor, please add your analysis to the list.
2011-06-30 09:23:12 +02:00
..
listeners Change inotify event flags (Closes #12). 2011-06-30 09:23:12 +02:00
templates Added guard-stendhal & guard-soca 2010-11-30 22:46:52 +01:00
cli.rb inspect values rather than simply print them, so that strings appear quoted 2011-06-21 10:34:11 -04:00
dsl_describer.rb show the guards defined in the Guardfile with 'guard show' or 'guard -T' 2011-06-21 09:54:52 -04:00
dsl.rb Make home Guardfile hidden 2011-06-22 10:54:50 -04:00
guard.rb Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!). 2011-04-16 23:13:29 +02:00
interactor.rb Removed useless \n when saying 'Bye bye...' 2011-05-13 22:05:58 +02:00
listener.rb don't return directories when requesting files 2011-06-20 10:08:32 +02:00
notifier.rb Use RbConfig instead of obsolete and deprecated Config. 2011-06-16 18:14:51 +07:00
ui.rb Write exception details using UI.error, and UI.error will now output "ERROR:" in red! 2011-06-19 20:24:47 +02:00
version.rb Version 0.4.2 2011-06-08 09:12:06 +02:00
watcher.rb Forgot to join the backtrace array with newlines for better output 2011-06-22 17:00:15 -07:00