Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created May 17, 2023 22:19
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/865e9d9f37074405febf129ee55cb65a to your computer and use it in GitHub Desktop.
Save james2doyle/865e9d9f37074405febf129ee55cb65a to your computer and use it in GitHub Desktop.
A simple Raycast script for passing your query to the Kagi FastGPT bot
#!/bin/bash
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Search on Kagi
# @raycast.mode compact
# @raycast.argument1 { "type": "text", "placeholder": "query", "percentEncoded": true }
# Optional parameters:
# @raycast.icon images/icon-kagi.png
open "https://labs.kagi.com/fastgpt?query=$1&source=web"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment