Skip to content

Commit d3cf28f

Browse files
marcklingenPitNikola
authored andcommitted
Add search in Crunchbase
1 parent 10b3752 commit d3cf28f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

commands/web-searches/crunchbase.sh

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
3+
# Required parameters:
4+
# @raycast.schemaVersion 1
5+
# @raycast.title Search in Crunchbase
6+
# @raycast.mode silent
7+
# @raycast.packageName Web Searches
8+
9+
# Optional parameters:
10+
# @raycast.icon images/crunchbase.png
11+
# @raycast.argument1 { "type": "text", "placeholder": "query" }
12+
13+
open "https://www.crunchbase.com/textsearch?q=${1// /%20}"
613 Bytes
Loading

0 commit comments

Comments
 (0)