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.88k stars 116 forks source link

Cleanly handle exception if no clipboard mechanism is installed #74

Closed seapagan closed 2 months ago

seapagan commented 4 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 2 months ago

Thank you!