Created
January 3, 2024 19:41
-
-
Save johnlindquist/175c4d63801897ae892c657e270cd77a 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: Fix Clipboard | |
import "@johnlindquist/kit" | |
await replace({ | |
files: kitPath("main", "clipboard-history.js"), | |
from: "input: keyword + ` `", | |
to: "input: keyword ? keyword + ` ` : ``", | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment