Skip to content

Instantly share code, notes, and snippets.

@p0deje
Last active November 14, 2023 14:42
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save p0deje/72cc0b408f5d7b47f59ee82772499711 to your computer and use it in GitHub Desktop.
Save p0deje/72cc0b408f5d7b47f59ee82772499711 to your computer and use it in GitHub Desktop.
Reset titles migration for Maccy 0.21
  1. Run the following in Terminal.app:
defaults write org.p0deje.Maccy migrations -dict "2020-02-22-history-item-add-copied-at" 1 \
                                                 "2020-02-22-history-item-add-number-of-copies" 1 \
                                                 "2020-04-18-switch-storage-to-core-data" 1 \
                                                 "2020-04-25-allow-custom-ignored-types" 1 \
                                                 "2020-06-19-use-keyboardshortcuts" 1 \
                                                 "2020-09-01-ignore-keeweb" 1 \
                                                 "2021-02-20-allow-to-customize-supported-types" 1 \
                                                 "2021-10-16-remove-dynamic-pasteboard-types" 1
  1. Restart Maccy.app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment