I wish I'd thought about this months ago... Have you have had a CLI coding assistant give you code to copy and paste? Well, the stupid formatting the tool has always adds an indent. So I had this method to copy into geany and wrote a script to clean it up. I thought I was so smart.

Then I remembered xclip. Have Claude write to a file, then `xclip -selector clipboard < file_name` . It's so much easier, and I get all those code snippets written to file.
#xclip

@Xavier you will have a nice code snippet lib before you know it