Closed IberAI closed 7 months ago
Hey, thanks for this PR. Unfortunately it came at a time where I was in the middle of a complete rewrite (version 1.0) of Elia, which has now been released.
There's now support for copying and you can select parts of a message to copy too. It's done via a terminal protocol which has decent support.
This pull request introduces a feature that allows users to copy the markdown of a message directly to the system clipboard, addressing the functionality requested in issue #10.
Features Implemented:
c
) has been set up to copy the markdown content of a focused message.pyperclip
for cross-platform clipboard interaction. See documentationDevelopment Notes:
Usage:
c
to copy the message markdown to the clipboard.By resolving issue #10, this enhancement significantly improves user interactivity and efficiency in copying content for documentation or sharing purposes. Related issue: #10