dev-backpack / cllm

Empower your CLI experience with a command search tool driven by LLM magic!
https://dev-backpack.github.io/cllm/
MIT License
33 stars 0 forks source link

Add functionality to automatically copy command search results to Clipboard by adding `pyperclip` module #21

Closed ykdy3951 closed 8 months ago

ykdy3951 commented 8 months ago

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR adds the functionality to automatically copy the command search results to the Clipboard by adding the pyperclip module to the project.

Which issue(s) this PR fixes:

Fixes #5

Special notes for your reviewer:

Add pyperclip module to use clipboard copy.

Does this PR introduce a user-facing change?

Additional documentation: