Skip to content

Instantly share code, notes, and snippets.

View mxstbr's full-sized avatar
:shipit:
Shipping

Max Stoiber mxstbr

:shipit:
Shipping
View GitHub Profile
@mxstbr
mxstbr / sync-text-replacements.tsx
Created April 17, 2024 17:56
Raycast snippets > iOS/MacOS text replacements sync Raycast command
import { useEffect } from "react";
import { Detail, open } from "@raycast/api";
import { useExec } from "@raycast/utils";
import Papa from "papaparse";
type Row = {
// "On my way!"
ZPHRASE: string;
// omw
ZSHORTCUT: string;