Files
Pranav Janakiraman 4d0588f8b9 Add Raycast TinyFish Search script (#212)
## 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:
   ```bash
   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`
2026-05-18 10:00:59 -07:00

310 B

TinyFish Scripts

Small, copyable scripts that wire TinyFish into everyday tools.

Available scripts

Script Description
raycast-tinyfish-search Raycast Script Command for searching the web with TinyFish and showing formatted result URLs