Skip to content

Instantly share code, notes, and snippets.

@iansu
Created May 18, 2021 21:54
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 iansu/7f0227f191865e18b5a2b7ff616d6fd9 to your computer and use it in GitHub Desktop.
Save iansu/7f0227f191865e18b5a2b7ff616d6fd9 to your computer and use it in GitHub Desktop.
A ScriptKit script to search npm
// Menu: npm
// Description: Search npm
// Author: Ian Sutherland
// Twitter: @iansu
await arg("Search query:", async () => {
let query = await arg("Search query:")
exec(`open https://www.npmjs.com/search?q=${query}`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment