Jump to content

Sync Typinator Snippets to Apple Snippets (iOS/macOS)


Recommended Posts

Hey Alfred community,

 

Although I do use Alfred Snippets all the time, I've also started using Typinator for regex based and input based text replacement.

 

I wanted to share a quick solution for converting your Typinator text snippets to Apple Text Snippets that can be used on iOS (since Typinator isn’t on iOS).

 

I’ve created an Alfred Workflow and a Python script (if you don’t use Alfred) that automates this conversion process. The script takes a CSV file as input (snippets can be exported in CSV from Typinator). It generates an plist file (Apple Text Snippets format). All you gotta do is:

 

1. Open text snippet via settings. Select all and drag them to a directory. This will be your backup of the existing iOS snippets
2. Delete the iOS snippets from the settings.
3. Drag the newly generated plist file here.

DONE

 

Feel free to give the script a try and let me know if you have any questions or suggestions

 

- Alfred Workflow: Trigger Universal action and type “Convert” and it should show up. Generated the output.plist in the same directory. https://www.dropbox.com/s/58w4vv342sgoog4/Typinator To Apple Snippets.alfredworkflow.zip?dl=0

 

- Python file: Simplify your life (this takes in the full path of the input CSV file as an argument) `python3 converter.py` https://www.dropbox.com/s/5j2e4jdp5gfo5s4/converter.zip?dl=0

Edited by andy4222
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...