abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.69k stars 195 forks source link

Integrating with termbox-go #27

Open jascott1 opened 7 years ago

jascott1 commented 7 years ago

Any thoughts on what it would take to integrate ishell with termbox-go? I would love to embed ishell into a multi-pane terminal app framework like https://github.com/jroimartin/gocui

Thanks!

abiosoft commented 7 years ago

I haven't explored it yet but looks like it might be tricky. Considering both libraries take full control of the terminal input.