rgesteve / outtofile

WIP cross-platform tool that captures stdout of a process into a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outtofile

Basically a "prefix" version of the > operator in the Unix shell (although it's hard to think of a shell that doesn't support this syntax). The idea is to use this in task runners like grunt or gulp or even the VSCode "tasks.json" specification format. > probably works on those, but I was curious to see how this would be written in Golang.

About

WIP cross-platform tool that captures stdout of a process into a file


Languages

Language:Dockerfile 53.1%Language:Go 46.9%