Use Prompt-Toolkit Native Clipboard Integration
Prompt-toolkit has a somewhat hidden feature that integrates clipboard support using pyperclip and other options.
The implementation is technically hardly different from the project’s current implementation, but it is native to PromptSession.
Use Prompt-Toolkit Native Clipboard Integration
Prompt-toolkithas a somewhat hidden feature that integrates clipboard support usingpyperclipand other options.The implementation is technically hardly different from the project’s current implementation, but it is native to
PromptSession.