# Idea
How to convert an Alfred workflow into `info.plist`?^[https://computers.tutsplus.com/tutorials/alfred-workflows-for-beginners--mac-55446]
- Export the workflow to get `your_workflow_name.alfredworkflow`. (It's actually a zip file containing everything about the workflow.)
- Rename it to `your_workflow_name.zip`.
- Unzip it and you'll get `info.plist`.
How to convert `info.plist` into an Alfred workflow?^[https://www.alfredforum.com/topic/8527-newbie-question-how-to-turn-infoplist-to-alfredworkflow/?do=findComment&comment=42258]
- Compress `info.plist` into `.zip`. You should get `info.plist.zip`.
- Then rename `info.plist.zip` to `info.alfredworkflow`. Double-click it and Alfred should ask whether to install it.
# References