execute bash?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Apr 8 16:14:02 PDT 2016


On Friday, 8 April 2016 at 23:03:15 UTC, Puming wrote:
> Do you have this pseudo terminal thing in terminal.d?

No, terminal.d is for your program to interact with the user's 
terminal rather than program to program stuff.

My terminal emulator 
<https://github.com/adamdruppe/terminal-emulator> has the pty 
stuff... but I think the expect lib is a better match for what 
you need. The full emulator is too heavy for your needs.


More information about the Digitalmars-d-learn mailing list