run icon indicating copy to clipboard operation
run copied to clipboard

🏃‍♂️ A new way to execute commands and manipulate command output in Go

Results 2 run issues
Sort by recently updated
recently updated
newest added

1. `Output` paradigms 2. Notice to not use this in performance-sensitive contexts

Some ideas: 1. encourage scripts to accept `Output` instances, provide `outputtest` package for building simple mocks 2. provide a "command factory" analogous to Buildkite's [`Shell`](https://sourcegraph.com/github.com/buildkite/agent@a2fa8b548b65c860bb4bd6cd6aa05ba762e290f3/-/blob/bootstrap/shell/shell.go?L37:6#tab=references), e.g. `shell.Cmd()` - this factory...