gitlab github mail
jj jj

Breeze Logo

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

  1. Download release binary for your OS here
  2. Place binary in path as breeze or bz

Building

Notes:

  • Locally built and installed binaries use only the bz command 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

source url ssh clone url http clone url