funzzy icon indicating copy to clipboard operation
funzzy copied to clipboard

Yet another generic purpose fancy watcher.

Results 25 funzzy issues
Sort by recently updated
recently updated
newest added

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...

feature

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...

enhancement
help wanted
hacktoberfest
good first task

See https://github.com/cristianoliveira/funzzy/blob/83528b7f073fe0f7af109fad2fe0918067477fc3/src/rules.rs#L192

feature

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...

feature

Relates to https://github.com/cristianoliveira/funzzy/issues/92

WIP

Create a way for the cli to watch for changes in the config file and load it when changed

feature

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...

enhancement
performance

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...

feature