darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy to clipboard support

darrenburns opened this issue · comments

This would use pyperclip.

Focus a message by clicking it or navigating via tab/shift+tab.

Press a keybind and the Markdown will be copied to your system clipboard.

I would really like to see this function, can you tell me when it will be implemented?

Just make it copy to the system clipboard (xclip or something)

Added support for this in 1.0.0 via a terminal protocol. It's not supported in some environments and may be expanded to use pyperclip if it becomes and issue.