Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Last active May 6, 2022 19:02
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 james2doyle/e82b375035b7f961e49bd60fbde12106 to your computer and use it in GitHub Desktop.
Save james2doyle/e82b375035b7f961e49bd60fbde12106 to your computer and use it in GitHub Desktop.
Run a query on search.brave.com. Custom command for Raycast
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Search on Brave
# @raycast.mode compact
# @raycast.argument1 { "type": "text", "placeholder": "query", "percentEncoded": true }
# Optional parameters:
# @raycast.icon images/icon-brave.png
open "https://search.brave.com/search?q=$1&source=web"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment