A refreshing tool
By jjlabs.dev
Breeze refreshes an arbitrary command if it detects changes in your files.
Breeze refreshes an arbitrary command if it detects changes in your files.
Usage:
breeze [flags] command
Flags:
--config string config file (default is $HOME/.breeze.yaml)
-h, --help help for breeze
-s, --silent only print inner command output
-t, --time int how often should we check for changes in seconds (default is 10) (default 10)
-w, --watch string pattern of files to watch (default is *)
Installing
- Download release binary for your OS here
- Place binary in path as
breezeorbz
Building
Notes:
- Locally built and installed binaries use only the
bzcommand shorthand by default
Prerequisites
- make
- go
Linux
sudo make install
MacOs
ARM
make mac-install # IF first dir in $PATH is user owned
sudo make mac-install # IF first dir in $PATH is system owned and writable
INTEL
make imac-install # IF first dir in $PATH is user owned
sudo make imac-install # IF first dir in $PATH is system owned and writable