An open API service indexing awesome lists of open source software.

https://github.com/way29/python-readline


https://github.com/way29/python-readline

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# python-readline

由于使用了类型注释,基于python3.6+

一个用于代替标准输入,提供类似fish智能补全功能的脚本,常用于编写交互式控制台工具.

使用tab/右箭头进行补全,上下箭头搜索历史,CTRL+D退出,支持CTRL+C

文件中包含了使用示例.