funzzy
funzzy copied to clipboard
Yet another generic purpose fancy watcher.
The idea is to allow a long-running `fzz` process to have a log output for debugging purposes. - By default, it shouldn't log, - Log output if `--output /var/log/foo.log` is...
Basically run `fzz init` once if it detects that `.watch.yaml` is missing on the current folder, but first ask for the user if they want to proceed and create a...
See https://github.com/cristianoliveira/funzzy/blob/83528b7f073fe0f7af109fad2fe0918067477fc3/src/rules.rs#L192
Adds `rules` command to list available rules Adds `-m ` to check if the given path matches with any rule Close #92
Just a requirement I had another day where I wanted to avoid changing my `.watch.yml` file just to add a new flag, while testing something. Maybe fzz could receive flags...
Relates to https://github.com/cristianoliveira/funzzy/issues/92
Create a way for the cli to watch for changes in the config file and load it when changed
Hi! I noticed that in the `Cargo.toml` file Link-Time Optimization (LTO) for the project is not enabled. I suggest switching it on since it will reduce the binary size (always...
Just an idea I had while having to debug nix builds and there was issues with permissions ```yaml - name: task with absolute path @valid run: - "echo 'this file...