ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

Feature request: integrate with prompt_toolkit #35

Open infokiller opened 8 years ago

infokiller commented 8 years ago

The prompt_toolkit project is getting a lot of traction and was chosen for IPython 5.0. It's written in pure, modern python so integrations should be relatively easy.

Is it possible to integrate with it?

@jonathanslenders what do you think?

Thanks!

jonathanslenders commented 7 years ago

This could be interesting! Personally, I don't have the resources to do the integration. But if there's anything missing into prompt_toolkit that would prevent a useful integration, I'd like to hear about that.

infokiller commented 7 years ago

Thanks @jonathanslenders ! @ardagnir how difficult do you think it would be?

ardagnir commented 7 years ago

It shouldn't be too difficult. The main problem is that Athame is in C and prompt_toolkit is in python. The next step would probably be SWIG-wrapping Athame so that it can be called by other languages like python.

ardagnir commented 6 years ago

This is probably not worth the effort until https://github.com/ardagnir/athame/issues/50 is done, but once that happens, Athame support for IPython would be pretty awesome.