Created
November 30, 2024 17:07
-
-
Save johnlindquist/2ddcdb3f150aeceb4138cb45995dee3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: Paste Input | |
import "@johnlindquist/kit"; | |
const input = await arg(); | |
await setSelectedText(input); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment