如何在python 3.10中实现类似bash历史记录的上/下箭头键功能

发布于 2025-01-18 09:23:13 字数 172 浏览 0 评论 0原文

我正在制作完全用python 3.10写的外壳,目的是自学python,然后弄乱。我目前正在尝试实施能够按下上/向下箭头键,以便像Bash一样访问先前输入的命令,但我绝对不知道该如何实施,我还没有找到任何尝试过的人。如果可能的话,有人对此有任何想法吗?具体来说,我不确定如何更改终端中的输入线(替换 ^[[a and ^[[b)。

I'm working on a shell written entirely in python 3.10 for the purposes of teaching myself python and just messing around. I'm currently trying to implement being able to hit the up/down arrow keys to access previously entered commands like bash does but I have absolutely no idea how to implement this and I haven't found anybody else who's tried. Does anybody have any ideas for this if it is possible? Specifically I am unsure how to change the input line in the terminal (replacing the ^[[A and ^[[B).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文