python-manhole icon indicating copy to clipboard operation
python-manhole copied to clipboard

Can we get support for IPython

Open thestick613 opened this issue 10 years ago • 3 comments

Seems much better suited for the job.

thestick613 avatar Jul 10 '15 16:07 thestick613

Yes, it would be nice indeed. Unfortunately I'd have to implement terminal emulation and that's not exactly easy and I'm trying to keep the dependencies minimal and the library simple.

Which features of IPython would be most useful for you? Autocompletion? History? Line editing? IPython "Magics" (the % commands)`?

ionelmc avatar Jul 10 '15 17:07 ionelmc

Mostly autocompletion and history.

thestick613 avatar Jul 10 '15 21:07 thestick613

For history (and line editing) you can use manhole-cli or socat (as described in the readme).

ionelmc avatar Jul 10 '15 22:07 ionelmc