EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

support term apps in pipeline #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should generalize the support for terminal applications so that e.g.:

cat foo | less

works as one might expect.  Probably change the "term" builtin to support
optional stream input.

Original issue reported on code.google.com by cgwalt...@gmail.com on 21 Jan 2008 at 7:45

GoogleCodeExporter commented 9 years ago

Original comment by cgwalt...@gmail.com on 31 Jan 2008 at 8:51

GoogleCodeExporter commented 9 years ago
WIP patch.  This one looks to be a bit hard though, because what we really need 
to do
is fork the subprocess but have its stdin be a pipe to Hotwire, rather than the 
pty.

Original comment by cgwalt...@gmail.com on 4 Feb 2008 at 2:46

Attachments:

GoogleCodeExporter commented 9 years ago
Now waiting on: http://bugzilla.gnome.org/show_bug.cgi?id=514447

Original comment by cgwalt...@gmail.com on 5 Feb 2008 at 2:13

GoogleCodeExporter commented 9 years ago
But how could this be ported to Windows? Is there a VTE port to Windows? I was
thinking about the same thing other day, but I couldn't find a cross-platform 
term
implementation.

Original comment by Zeng.Shi...@gmail.com on 21 Feb 2008 at 4:19

GoogleCodeExporter commented 9 years ago
There is a Windows port that works now, see:
http://bugzilla.gnome.org/show_bug.cgi?id=369310

This will give us a very flexible, high quality terminal implemetation on 
Windows.

Original comment by cgwalt...@gmail.com on 21 Feb 2008 at 4:22

GoogleCodeExporter commented 9 years ago
Cool. Thanks for the pointer.

Original comment by Zeng.Shi...@gmail.com on 21 Feb 2008 at 5:38