TCL中输入TAB自动补全
如何通过在TCL shell、tclsh中输入TAB(或其他内容)来实现关键字和目录的自动补全。
How can I achieve auto-completion of key words and directories by typing TAB (or something else) in TCL shell , tclsh.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要找到 tclreadline 的副本,或切换到使用 tkcon(用 Tcl 编写的图形终端,充当控制台)如果使用 GUI 应用程序是完全可以接受的。 FWIW,我绝对可以推荐 tkcon;我不经常使用它的唯一原因是因为我经常使用与其他东西连接的 Tcl 的自定义构建。
You need to find a copy of tclreadline, or switch to using tkcon (a graphical terminal written in Tcl that acts as a console) if using a GUI app is acceptable at all. FWIW, I can definitely recommend tkcon; the only reason I don't use it that much is because I'm often working with a custom build of Tcl that's hooked up to other things.