Coder Social home page Coder Social logo

`ExecForEach` about script HOT 5 CLOSED

bitfield avatar bitfield commented on August 24, 2024 1
`ExecForEach`

from script.

Comments (5)

gagneet avatar gagneet commented on August 24, 2024

Would like to help out on this.

from script.

bitfield avatar bitfield commented on August 24, 2024

Great! Thanks @gagneet. One thing you could do to get the ball rolling is to write a short script program, which assumes the existence of ExecForEach, or whatever we decide to name it, along the lines of the linked use case. Once we're happy with the design, we can then write a test for it.

from script.

mainawycliffe avatar mainawycliffe commented on August 24, 2024

I am thinking the func would look roughly something like this:

func (p *Pipe) Xargs(cmd ...string) *Pipe {
	// do something with the output of the previous command
}

or

func (p *Pipe) Xargs(cmd string) *Pipe {
	// do something with the output of the previous command
}

This would take a Pipe and use its output to perform more commands. I am still thinking through, as I look to find more scenarios that the Xargs commands can be used in.

from script.

mainawycliffe avatar mainawycliffe commented on August 24, 2024

@bitfield what do you think?

from script.

bitfield avatar bitfield commented on August 24, 2024

I think using ExecForEach should be more or less exactly like using Exec(), but with the addition of a placeholder value in the supplied command. In fact, why don't we use Go template syntax, which is even more powerful?

script.ListFiles("*.php").ExecForEach("php {{ . }}").Stdout()

from script.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.