Skip to content
/ gg Public

Watch file changes and exec commands (YAML + GoLang)

Notifications You must be signed in to change notification settings

mattes/gg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GG

Watch file changes and exec commands (YAML + GoLang)

Installation

go get github.com/mattes/gg

Usage

Create gg.yaml file in your working directory.

watch:

- pattern: "*.txt"
  commands:
    hello: "echo hello world, txt"

- pattern: "*.go"
  command:
    hello: "echo hello world, go"

Run gg afterwards.

About

Watch file changes and exec commands (YAML + GoLang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages