mavidser / SublimeInput

Send STDIN input to programs using comments in Sublime Text 2/3
37 stars 2 forks source link

Port to Atom? #15

Open saikpr opened 7 years ago

saikpr commented 7 years ago

I have been trying Atom since past few days, but couldnt find any package with similar functionality.

How much would it be an effort to port this to Atom?

mavidser commented 7 years ago

Are you looking for a way to provide STDIN inputs (Terminal Plus for atom sounds good in that case), or specifically through comments, like this plugin? The latter needs to be ported to atom, which shouldn't be very difficult, as the basic idea is extracting the input from the file, and simply piping it to the executing program.

It's not on my immediate priority, but you're welcome to create a port if you want. :)

saikpr commented 7 years ago

I will looking to do the latter. Sure will give it a try after December.

On Mon, Oct 24, 2016 at 7:32 AM, Sid Verma notifications@github.com wrote:

Are you looking for a way to provide STDIN inputs (Terminal Plus for atom sounds good in that case), or specifically through comments, like this plugin? The latter needs to be ported to atom, which shouldn't be very difficult, as the basic idea is extracting the input from the file, and simply piping it to the executing program.

It's not on my immediate priority, but you're welcome to create a port if you want. :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.