Sublime Forum

Bash scripts

#1

Hi,

Is there any way to allow Bash scripts to get at standard input during execution? I’ve created a build system like this:

{
“cmd”: “bash”, “$file”],
“file_regex”: “^(./.): line (\d+):() (.*)$”,
“selector”: “source.shell”
}

Maybe there could be some syntax for specifying that stdin should be piped to the subprocess that is launched. Is that doable already, somehow?

Thanks,
Adrian

0 Likes

#2

There’s currently no support for providing interactive input to launched processes

0 Likes

#3

Is there any plans to add this feature in the future?

0 Likes