holy shit
>>108508279Use case?
>>108508279Share what you learned with the rest of the class.
>>108508279I wish there was a tool that would read commands from standard input and just pass them to a shell without trying to parse them like GNU parallel can, but that would also handle output sanely like xjobs does.
It's an optical illusion dude and no, you don't deserve a (You).
https://github.com/aaronriekenberg/rust-parallel
>>108508469I want a program called "manifold." It should pipe something into multiple parallel pipelines.echo hello | manifold '{echo}' '{echo}'''
>>108509077Can you just chain `tee` with named pipes?
>>108509516Fuck if I know.
>>108509516oh so this is literally as simple asecho hello | tee >(echo) >(echo)
echo hello | tee >(echo) >(echo)
>>108509570echo hello world | tee >(rg hello) >(rg world) >|/dev/null
echo hello world | tee >(rg hello) >(rg world) >|/dev/null
>>108508279use case?
>>108508279>parallel>all lines are clearly curvedSurely /g/ can make a better logo.