andy4222 Posted July 14, 2023 Share Posted July 14, 2023 (edited) 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 July 14, 2023 by andy4222 foxytrot 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now