One local-first snippet management extension for raycast. Store your code snippets and export them freely when you need it.
Open raycast - Create Code Snippet
Open raycast - Create Code Snippet - Cmd + k - Create Library
Open raycast - Create Code Snippet - Cmd + k - Create Label
Open raycast - Search Code Snippet
This is one pure local managed code snippets store. You should
- Pick one local data store first.
- Create one Library then
- Create snippet that you need.
- Brower the snippts you created.
We use multiple cipher to encrypt the sqlite data store.
The cipher we used is AES 256 Bit
provided by wxSQLite3
. You can see the details here and here.