guardian
guardian copied to clipboard
Guardian watches over your files and run assigned tasks.
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** )
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 #...