https://github.com/way29/python-readline
https://github.com/way29/python-readline
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/way29/python-readline
- Owner: WAY29
- Created: 2020-06-09T02:00:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T05:42:01.000Z (about 6 years ago)
- Last Synced: 2024-12-29T09:25:24.110Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-readline
由于使用了类型注释,基于python3.6+
一个用于代替标准输入,提供类似fish智能补全功能的脚本,常用于编写交互式控制台工具.
使用tab/右箭头进行补全,上下箭头搜索历史,CTRL+D退出,支持CTRL+C
文件中包含了使用示例.