mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #495] [Feature] Export/import configuration #315
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#315
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @protiumx on GitHub (Dec 29, 2021).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/495
Hi everyone. I love this extension and is a must have on any of my macos setups.
Since I automatized the setup, I'd love to be able to export/import the settings for freshly installed macs.
I took a look at
defaults read com.clipy-app.Clipybut it doesn't show all the settings.@schnoggo commented on GitHub (Mar 4, 2022):
~/Library/Preferences/com.clipy-app.Clipy.plist
@lwilli commented on GitHub (Jun 28, 2022):
I tried copying over that plist @schnoggo, but it didn't seem to do anything.
@lwilli commented on GitHub (Jun 28, 2022):
Figured it out after following https://github.com/Clipy/Clipy/issues/332#issuecomment-457372842. I think this issue could be closed as a duplicate of that one.