You can import snippets from a JSON file using Import Snippets
command (available in Raycast 1.37.0+).
name
- Snippet title. Type: String
(required)text
- Snippet content. Type: String
(required)keyword
- Auto-expansion keyword. Type: String
(optional)[
{
"name": "Personal Email",
"text": "[email protected]",
"keyword": "@@"
},
{
"name": "Home Address",
"text": "221B Baker St., London"
},
{
"name": "Catchphrase 1",
"text": "Elementary, my dear Watson",
"keyword": "!elementary"
}
]
After the import is completed, you will see how many snippets were added and how many duplicates were skipped. If a snippet has the same title and content, it’s considered to be a duplicate.