Versions in this module Expand all Collapse all v0 v0.18.1 Nov 16, 2020 Changes in this version + func MustS(s string, err error) string + type Pipe struct + Reader ReadAutoCloser + func Args() *Pipe + func Echo(s string) *Pipe + func Exec(s string) *Pipe + func File(name string) *Pipe + func FindFiles(path string) *Pipe + func IfExists(filename string) *Pipe + func ListFiles(path string) *Pipe + func NewPipe() *Pipe + func Slice(s []string) *Pipe + func Stdin() *Pipe + func (p *Pipe) AppendFile(fileName string) (int64, error) + func (p *Pipe) Basename() *Pipe + func (p *Pipe) Bytes() ([]byte, error) + func (p *Pipe) Close() error + func (p *Pipe) Column(col int) *Pipe + func (p *Pipe) Concat() *Pipe + func (p *Pipe) CountLines() (int, error) + func (p *Pipe) Dirname() *Pipe + func (p *Pipe) EachLine(process func(string, *strings.Builder)) *Pipe + func (p *Pipe) Error() error + func (p *Pipe) Exec(cmdLine string) *Pipe + func (p *Pipe) ExecForEach(cmdTpl string) *Pipe + func (p *Pipe) ExitStatus() int + func (p *Pipe) First(lines int) *Pipe + func (p *Pipe) Freq() *Pipe + func (p *Pipe) Join() *Pipe + func (p *Pipe) Last(lines int) *Pipe + func (p *Pipe) Match(s string) *Pipe + func (p *Pipe) MatchRegexp(re *regexp.Regexp) *Pipe + func (p *Pipe) MustString() string + func (p *Pipe) MustStringTrim() string + func (p *Pipe) OrPanic() *Pipe + func (p *Pipe) Read(b []byte) (int, error) + func (p *Pipe) Reject(s string) *Pipe + func (p *Pipe) RejectRegexp(re *regexp.Regexp) *Pipe + func (p *Pipe) Replace(search, replace string) *Pipe + func (p *Pipe) ReplaceRegexp(re *regexp.Regexp, replace string) *Pipe + func (p *Pipe) SHA256Sum() (string, error) + func (p *Pipe) SHA256Sums() *Pipe + func (p *Pipe) SetError(err error) + func (p *Pipe) Slice() ([]string, error) + func (p *Pipe) Stdout() (int, error) + func (p *Pipe) String() (string, error) + func (p *Pipe) StringWithDefault(defS string) string + func (p *Pipe) WithError(err error) *Pipe + func (p *Pipe) WithReader(r io.Reader) *Pipe + func (p *Pipe) WriteFile(fileName string) (int64, error) + type ReadAutoCloser struct + func NewReadAutoCloser(r io.Reader) ReadAutoCloser + func (a ReadAutoCloser) Close() error + func (a ReadAutoCloser) Read(buf []byte) (n int, err error)