modulepackage
0.0.0-20240630235655-686a4b29c70e
Repository: https://github.com/tbistr/branch.git
Documentation: pkg.go.dev
# README
Branch
branch
is a simple demux display tool for the CLI.
It reads from stdin and runs multiple commands in parallel, piping the input to each of them.
Example
go run ./sample/rand.go | go run . "grep a" "grep b" --default