Skip to content

Add Raycast TinyFish Search script#212

Merged
simantak-dabhade merged 1 commit into
tinyfish-io:mainfrom
pranavjana:pranav/raycast-tinyfish-search-script
May 18, 2026
Merged

Add Raycast TinyFish Search script#212
simantak-dabhade merged 1 commit into
tinyfish-io:mainfrom
pranavjana:pranav/raycast-tinyfish-search-script

Conversation

@pranavjana
Copy link
Copy Markdown
Contributor

Summary

Adds a new scripts/ section to the cookbook with a Raycast Script Command for TinyFish Search.

The script lets users search the web from Raycast using the TinyFish CLI and returns formatted result URLs, titles, site names, and snippets.

What's included

  • scripts/README.md as an index for small copyable scripts
  • scripts/raycast-tinyfish-search/tinyfish-search.sh Raycast Script Command
  • scripts/raycast-tinyfish-search/README.md with setup and usage instructions
  • Root README.md link to the new scripts section

Setup flow for users

  1. Install and authenticate the TinyFish CLI:
    npm install -g @tiny-fish/cli
    tinyfish auth login
  2. Copy tinyfish-search.sh into the Raycast Script Commands folder.
  3. Run chmod +x tinyfish-search.sh.
  4. Open Raycast, run TinyFish Search, and type any query.

Validation

  • Ran bash -n scripts/raycast-tinyfish-search/tinyfish-search.sh
  • Ran the script locally with TinyFish AI and confirmed formatted search results are returned
  • Ran python3 -m json.tool .tags.json
  • Ran git diff --check

Add a scripts section with a Raycast Script Command for TinyFish Search, including setup instructions and formatted search result output.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 1184f7b7-b1e5-45da-8ef0-6732f6d8959f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@simantak-dabhade simantak-dabhade self-requested a review May 18, 2026 17:00
Copy link
Copy Markdown
Contributor

@simantak-dabhade simantak-dabhade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simantak-dabhade simantak-dabhade merged commit 4d0588f into tinyfish-io:main May 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants