Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CopyQ settings in Windows OS #358

Closed
online opened this issue Jun 14, 2015 · 7 comments
Closed

Export CopyQ settings in Windows OS #358

online opened this issue Jun 14, 2015 · 7 comments

Comments

@online
Copy link

online commented Jun 14, 2015

Hello!

Can you, please, tell me how to export all settings of CopyQ and import them on another computer?

@online online changed the title Export settings of CopyQ in Windows OS Export CopyQ settings in Windows OS Jun 14, 2015
@hluk
Copy link
Owner

hluk commented Jun 15, 2015

If you use installed version of CopyQ, you can export/import registry key "HKEY_CURRENT_USER\Software\copyq".

If you use portable (zip) version, you can backup "config" directory in application folder.

There is old task for improving import/export to include options, themes, commands etc. (#42) -- I didn't have time nor the will to implement that yet.

@online
Copy link
Author

online commented Jun 15, 2015

@hluk, Thanks for your reply. I hope that in the future will be implemented functionality that allows to export / import settings.

@online online closed this as completed Jun 15, 2015
@reagle
Copy link

reagle commented Mar 2, 2018

What about Mac? I think you should add the config file to https://github.com/hluk/CopyQ/wiki/Backup

@hluk
Copy link
Owner

hluk commented Mar 2, 2018

@reagle More up-to-date documentation is at http://copyq.readthedocs.io. (Perhaps I should finally remove the wiki on github.)

Do you thing you can update it? Source file for the Backup section is here.

Does the command to copy configuration path work correctly on OS X?

@reagle
Copy link

reagle commented Mar 2, 2018

I'd remove the wiki for sake of clarity.

I don't know where copyq keeps its config. I only see log files in ~/Library/Application Support/CopyQ/.

In the GUI, I can export to a cpq file. From the terminal, I'd expect the command to generate the file test.cpq, but it does not. It returns "false."

╭─reagle@wor ~
╰─➤  copyq exportData test
false

@hluk
Copy link
Owner

hluk commented Mar 2, 2018

Oh, looks like there are few issues with importData and exportData (incorrect relative path interpretation and missing documentation). I'm fixing that.

For now you need to use absolute file path.

copyq exportData ~/test.cpq

You can print the configuration path with copyq info config.

@reagle
Copy link

reagle commented Mar 2, 2018

Confirmed and confirmed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants