grove

command module
v0.0.0-...-7bf837a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2024 License: MIT Imports: 6 Imported by: 0

README

Grove MIT License

Grove waits for a file to be written to then runs a user specified command

Installing

go install github.com/notwithering/grove@latest

Usage

$ grove --help
Usage: grove [options...] <file> [command...]
  -d, --debounce <number> Make the program wait <number> seconds between commands
  -h, --help              Get help and usage for grove

Example

$ grove -d 1 test.txt "echo hello" &
$ echo "yoo" > test.txt
hello

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL