Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

accept stdin requests and allow answering them by editing the last line #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

accept stdin requests and allow answering them by editing the last line #157

wants to merge 1 commit into from

Conversation

jmriego
Copy link

@jmriego jmriego commented Aug 21, 2017

This pull request is for adding the option to reply to stdin requests from the kernel.
With this, it's possible to prompt for users, passwords or even use ipdb to debug a program.

Everytime the kernel asks for input, it will inform of that in the status line and it's possible to answer by going to the vim-ipython buffer and editing the last line, which will show the prompt text. I'm using vim input or inputsecret functions to ask for user input as I think that's more appropiate than just writing text in the buffer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant