guardian icon indicating copy to clipboard operation
guardian copied to clipboard

Guardian watches over your files and run assigned tasks.

Results 10 guardian issues
Sort by recently updated
recently updated
newest added

Modification to provide a choice in the location of the `guardian.yml` file 1/ locally, as before. 2/ otherwise, the path defined in the `GUARDIAN_FILE` environment variable 3/ finally, in the...

Commands are redirected to a file instead of buffered in memory Allows running commands with large output Commands run with their own resized pty Preserves colors when outputting to a...

To reproduce compare `crystal spec`, `crystal build`, etc running within and without guardian. * Without guardian errors are red, `pending` has it's own easily skipped color, etc. * Within guardian...

Is there any specific reason why executable files have to be excluded from processing by guardian (https://github.com/f/guardian/blob/master/src/guardian/watcher.cr#L57)? I have a repo with some very simple Crystal programs (tasks for AdventOfCode)...

Needs a new release with support for latest crystal as well as a version bump at https://github.com/f/homebrew-guardian Currently `brew install guardian` is failing.

After install when i try to run showing this error **dyld: Library not loaded: /usr/local/opt/libyaml/lib/libyaml-0.2.dylib Referenced from: /usr/local/bin/guardian Reason: image not found Abort trap: 6** ![screen shot 2017-02-21 at 11...

bug

I like to run crystal tool format on the files I save but that changes the timestamp which triggers guardian which changes the timestamp so it gets in a loop....

``` $ brew tap f/guardian $ brew install guardian $ guardian init dyld: Library not loaded: /usr/local/opt/libpcl/lib/libpcl.1.dylib Referenced from: /usr/local/bin/guardian Reason: image not found Trace/BPT trap: 5 ```

bug

I'm currently using guardian to run my crystal specs, when the crystal output has errors, guardian gets lost and prints lots of empty spaces. ([My Repository](http://github.com/marceloboeira/m3u8.cr))

bug

Hello, Thank you for sharing guardian with everybody! I've encountered a bug when several files that are being watched are removed between run intervals. Steps to reproduce: ``` yaml #...

bug