We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867d369 commit 0dceb4cCopy full SHA for 0dceb4c
commands/ai/gemini/gemini.js
@@ -23,7 +23,11 @@
23
24
// Documentation:
25
// @raycast.description Open Gemini in Chrome browser and submit a prompt with optional selected text as context
26
-// @raycast.author Modified from Nimo Beeren's Claude script
+// @raycast.author Est7
27
+// @raycast.authorURL https://github.com/est7
28
+
29
+// @raycast.author Nimo Beeren
30
+// @raycast.authorURL https://github.com/nimobeeren
31
32
const { execSync } = require("child_process");
33
0 commit comments