feedback
feedback copied to clipboard
Declarative feedback loop manager
Thanks for this great program. I have a `feedback.yaml`, and have defined a `loop`: https://github.com/peterbecich/halogen-chess/blob/8ec3f53991e529b44b5bfd78889e0fa91f4b6a93/feedback.yaml#L15 It runs a program `halogen-chess` which binds to port 8080. The `loop` runs once successfully....
I found it useful to use something else than `find` command (e.g. [fd](https://github.com/sharkdp/fd)). This PR adds the ability to specify a custom command in the `filter` field in `feedback.yaml` file
``` feedback: src/Feedback/Loop.hs:(256,19)-(260,46): Non-exhaustive patterns in case ```
This pull request adds support for Darwin. While the changes seem dramatic, it only adds a function wrapper around the file so that a system can be chosen, and then...
**summary** This small PR adds a default.nix using [flake-compat](https://github.com/edolstra/flake-compat) to allow for using/building feedback without flakes: `nix-build` will just build the default package, which of course is the feedback derivation....
Does `feedback` detect newly-created untracked files? If not, can this be implemented somehow, perhaps as a configurable option? Would ``` git ls-files --others --ignored --exclude-standard ``` detect untracked files? Credit...