Lukas Holecek
Lukas Holecek
Why not use "File - Export ..."? Alternatively, you can use `copyq tab TABNAME exportTab FILENAME` to export single tab or `copyq exportData FILENAME` to export all tabs and configuration.
There is a command to export items to JSON: https://github.com/hluk/copyq-commands/tree/master/Application#copy-and-paste-items-in-json-format (see [README.md](https://github.com/hluk/copyq-commands/blob/master/README.md) for details on how to add the command)
Sounds like an issue with the notification area plugin in Gnome again or maybe with new KNotifications library which handles it in the app. The main window minimizes to task...
@excetara2 You could move or duplicate the clipboard tab every now and then to keep the old history if that's what you mean.
@excetara2 Tabs data are loaded on-demand (the first time you access the tab) and unloaded after an interval. So there shouldn't be problem with memory and the tab data will...
No idea what that means. Can you try launching from console to get some output? To do that, start PowerShell and run following command: ``` & 'C:\Program Files (x86)\CopyQ\copyq.exe' |...
What's the CopyQ version and OS? It could be related to current system theme.
Can you share logs (F12 shortcut from the main window)?
I have a difficult time understanding the google-translated version. Can you write the description in English?
Good idea. Fuzzy-searching tabs would be nice. I like the idea 1 with a slight modification: the tab list would open in a separate CopyQ session/app-instance. Here is a command...