prompt-toolkit/python-prompt-toolkit

Feature request: inline button prompt

Opened this issue · 0 comments

Basically I want to have a terminal output that prints one line at a time, and at the end of the line is a cancel button, which will run code. This library does not provide that. It only provides a full screen button prompt, which is significantly less useful for my purposes. I basically want the same thing as a regular hyperlink, except instead of going to a website, it runs code.