raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.24k stars 2.95k forks source link

[Snippets] Import Option #1469

Closed zaksuhar closed 2 years ago

zaksuhar commented 2 years ago

Please add the option to import Snippets.

It would be great to have the ability to easily import snippets from Google Sheets, Alfred (.alfredsnippets), or other file types (.csv, .xlsx). This is the only thing limiting me from switching entirely to Raycast at the moment :)

I recently transferred from TextExpander to Alfred and now would like to migrate to Raycast. I've since created a Google Doc to manage all of my Snippets and use as a backup. If I want to delete or add a new snippet, I need to update it in 2 places. In a perfect world, Raycast could just pull from my Google Sheet.

Everyone will benefit from this feature!

zaksuhar commented 2 years ago

This would also save hours of the onboarding experience, for those Snippets superuser folks :)

thomaspaulmann commented 2 years ago

We released a feature to import snippets into Raycast via a JSON format. You can read more about docs here. You probably want to write a simple script to convert your CSV file to JSON that we can read. Let me know if that helps and we can close the issue.