Skip to content

Instantly share code, notes, and snippets.

@johnlindquist
Created January 3, 2024 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlindquist/175c4d63801897ae892c657e270cd77a to your computer and use it in GitHub Desktop.
Save johnlindquist/175c4d63801897ae892c657e270cd77a to your computer and use it in GitHub Desktop.
// 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