https://github.com/vaaaaanquish/select-command-using-ptk
select-command-using-ptk
https://github.com/vaaaaanquish/select-command-using-ptk
Last synced: about 2 months ago
JSON representation
select-command-using-ptk
- Host: GitHub
- URL: https://github.com/vaaaaanquish/select-command-using-ptk
- Owner: vaaaaanquish
- Created: 2019-04-13T16:08:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T16:09:34.000Z (about 6 years ago)
- Last Synced: 2025-01-18T03:40:37.716Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# select-command-using-ptk
select command using python prompt toolkitImage:
I am stimulating from the following:
https://github.com/prompt-toolkit/python-prompt-toolkit/pull/427/commits/2b75d1835eee49c8881c1d8d7e107237227eda95#diff-a4228333fe0e9eca1e3149e15ae2d8de
Thanks.# Files
- select_ptk1.py
- using prompt toolkit 1.x
- select_ptk2.py
- using prompt toolkit 2.x# Explain
I explained this code in Japanese.
- https://vaaaaaanquish.hatenablog.com/entry/2018/11/23/000120
- https://vaaaaaanquish.hatenablog.com/entry/2017/12/25/183927# Thanks
Thanks ptk. Thanks all Committers.