Versions in this module Expand all Collapse all v0 v0.1.0 Oct 3, 2024 v0.0.1 May 27, 2024 Changes in this version + var NewReadAutoCloser = script.NewReadAutoCloser + type Pipe struct + func Args() *Pipe + func At(dir string) *Pipe + func Do(req *http.Request) *Pipe + func Echo(s string) *Pipe + func Exec(cmdLine string) *Pipe + func ExecContext(ctx context.Context, cmdLine string) *Pipe + func File(path string) *Pipe + func FindFiles(path string) *Pipe + func Get(url string) *Pipe + func IfExists(path string) *Pipe + func ListFiles(path string) *Pipe + func NewPipe() *Pipe + func Post(url string) *Pipe + func Slice(s []string) *Pipe + func Stdin() *Pipe + func (p *Pipe) AppendEnv(env ...string) *Pipe + func (p *Pipe) AppendFile(path string) (int64, error) + func (p *Pipe) At(dir string) *Pipe + func (p *Pipe) Basename() *Pipe + func (p *Pipe) Column(a1 int) *Pipe + func (p *Pipe) Concat() *Pipe + func (p *Pipe) Dirname() *Pipe + func (p *Pipe) Do(a1 *http.Request) *Pipe + func (p *Pipe) EachLine(a1 func(string, *strings.Builder)) *Pipe + func (p *Pipe) Echo(a1 string) *Pipe + func (p *Pipe) Exec(cmdLine string) *Pipe + func (p *Pipe) ExecContext(ctx context.Context, cmdLine string) *Pipe + func (p *Pipe) ExecForEach(cmdLine string) *Pipe + func (p *Pipe) ExecForEachContext(ctx context.Context, cmdLine string) *Pipe + func (p *Pipe) Filter(a1 func(io.Reader, io.Writer) error) *Pipe + func (p *Pipe) FilterLine(a1 func(string) string) *Pipe + func (p *Pipe) FilterScan(a1 func(string, io.Writer)) *Pipe + func (p *Pipe) First(a1 int) *Pipe + func (p *Pipe) Freq() *Pipe + func (p *Pipe) Get(a1 string) *Pipe + func (p *Pipe) JQ(a1 string) *Pipe + func (p *Pipe) Join() *Pipe + func (p *Pipe) Last(a1 int) *Pipe + func (p *Pipe) Match(a1 string) *Pipe + func (p *Pipe) MatchRegexp(a1 *regexp.Regexp) *Pipe + func (p *Pipe) Post(a1 string) *Pipe + func (p *Pipe) Read(b []byte) (int, error) + func (p *Pipe) Reject(a1 string) *Pipe + func (p *Pipe) RejectRegexp(a1 *regexp.Regexp) *Pipe + func (p *Pipe) Replace(a1 string, a2 string) *Pipe + func (p *Pipe) ReplaceRegexp(a1 *regexp.Regexp, a2 string) *Pipe + func (p *Pipe) SHA256Sums() *Pipe + func (p *Pipe) Tee(a1 ...io.Writer) *Pipe + func (p *Pipe) WithCurrentEnv() *Pipe + func (p *Pipe) WithEnv(env []string) *Pipe + func (p *Pipe) WithEnvKV(key, value string) *Pipe + func (p *Pipe) WithError(a1 error) *Pipe + func (p *Pipe) WithHTTPClient(a1 *http.Client) *Pipe + func (p *Pipe) WithReader(a1 io.Reader) *Pipe + func (p *Pipe) WithStderr(w io.Writer) *Pipe + func (p *Pipe) WithStdout(a1 io.Writer) *Pipe + func (p *Pipe) WriteFile(path string) (int64, error)