No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-18 16:58:14 +00:00
alfred_converter.py initial commit 2022-05-04 21:11:29 +03:00
LICENSE initial commit 2022-05-04 21:11:29 +03:00
README.md Add canonical repository notice 2026-07-18 16:58:14 +00:00

The main repository of this project lives at https://code.pecheny.me/pecheny/alfred-to-raycast-migration. All issues should be created there.

Alfred to Raycast migration

This isnt a complete migration script, but rather a helper. It can do three things: convert Raycast config file to json and back, and convert Alfred snippets to Raycast format.

Usage:

python alfred_converter.py rayconfig_to_json "path/to/Raycast 2022-05-03 16.39.37.rayconfig"path/to/Raycast 2022-05-03 16.39.37.json

And vice versa,

python alfred_converter.py json_to_rayconfig "path/to/Raycast 2022-05-03 16.39.37.json"path/to/Raycast 2022-05-03 16.39.37.rayconfig (if file already exists, the script wont overwrite it, but will create a copy alongside it)

To migrate snippets do:

python alfred_converter.py snippet path/to/your.alfredpreferences/snippetssnippets_2022-05-03T16:39:38Z.json

Then you copy some of all of the snippets, paste them to Raycast JSON, then convert it back to rayconfig and import.