You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a little language interpreter/repl that is begging for integration with rich. What I really need to be able to support, however, is a rapid input history access (via up/down arrows) and support cursor movements on a line of text.
Is there a method for getting access to individual keystroke input with rich?
My target environment in linux but it would be nice if the feature was platform independent. I'm running Python 3.8.
Just being able to use up arrow to repeat the last input command and (preferably) being able to edit it before executing would be a godsend in terms of usability improvements. Pretty much something like what bash presently offers.
The text was updated successfully, but these errors were encountered:
I have a little language interpreter/repl that is begging for integration with rich. What I really need to be able to support, however, is a rapid input history access (via up/down arrows) and support cursor movements on a line of text.
Is there a method for getting access to individual keystroke input with rich?
My target environment in linux but it would be nice if the feature was platform independent. I'm running Python 3.8.
Just being able to use up arrow to repeat the last input command and (preferably) being able to edit it before executing would be a godsend in terms of usability improvements. Pretty much something like what bash presently offers.
The text was updated successfully, but these errors were encountered: