Use prompt_toolkit's clipboard for the \clip command#1660
Use prompt_toolkit's clipboard for the \clip command#1660rolandwalker wants to merge 1 commit intomainfrom
\clip command#1660Conversation
This currently has the same functionality as depending on pyperclip directly; however it simplifies things to depend only on prompt_toolkit, reducing the chance that there is ever a conflict over the pyperclip version declarations. Incidentally remove a needless f-string.
Could not run tests locally because |
|
Closing, because prompt_toolkit does not actually install pyperclip transitively. So there is no benefit. |
Description
This currently has the same functionality as depending on
pyperclipdirectly; however it simplifies things to depend only onprompt_toolkit, reducing the chance that there is ever a conflict over thepyperclipversion declarations.Incidentally remove a needless f-string.
Part of a series: trying to depend on
prompt_toolkitmore, handroll less, and depend onclickless for output.Checklist
changelog.mdfile.AUTHORSfile (or it's already there).