Lukas Holecek

Results 447 comments of Lukas Holecek

I fixed updating the command/action name translations in commit 6f307d71fc7ce8223af1b0c232cc5e298652cddf. Unfortunately, you will have to remove the commands previously automatically added in the Command dialog.

If you open Command dialog you would usually see some commands that were added automatically by CopyQ. The problem is that names of those commands (and menu/toolbar actions in consequence)...

No plans for this -- I've never really needed it myself. If you can run commands remotely, you might be able to use automatic command with e.g.: ``` ssh 192.168.122.160...

CopyQ doesn't start automatically after you install it. It should be possible to start it with `copyq` command (e.g. with Alt+F2). If you want the app to autostart after you...

Whenever a tab is accessed for the first time (or it has been unloaded before), all its items are loaded from disk. So there needs to be limit to number...

This wouldn't only mean changing the data storage but also implementing some item unloading from memory when browsing a tab with many items. From my perspective this is too much...

> I have not found any way to disable the „automatically paste the selected item“ behhavior in the preferences which would be a workaround until this bug is fixed. See...

Could this be fixed in #1733? Can you verify with [the development build](https://github.com/hluk/CopyQ/actions/runs/1179051078#artifacts)?

Can you enable and share debug logs with the development build? ```bash copyq exit export COPYQ_LOG_LEVEL=DEBUG copyq ```

I've created a simple clipboard manager in Python (and Qt framework) that uses SQLite database: https://github.com/hluk/infinitecopy/ But the DB schema this simple app uses is incomplete, uses **only one tab**...