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.
Apache License 2.0
1.78k stars 115 forks source link

Cleanly handle exception if no clipboard mechanism is installed #74

Closed seapagan closed 3 weeks ago

seapagan commented 2 months ago

In Ubuntu and probably ohers, no clipboard mechanism is installed by default. Trying to copy text crashes Elia with a traceback.

This PR just turns that into an informative notification without crashing the program :

elia-clipboard

darrenburns commented 3 weeks ago

Thank you!