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

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

Awesome Lists containing this project

README

        

# select-command-using-ptk
select command using python prompt toolkit

Image:
sample

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.