Skip to content

Instantly share code, notes, and snippets.

@jallspaw
Created July 28, 2026 21:32
Show Gist options
  • Select an option

  • Save jallspaw/2b2ccc24c35d76d9fb3b5b01651d99e6 to your computer and use it in GitHub Desktop.

Select an option

Save jallspaw/2b2ccc24c35d76d9fb3b5b01651d99e6 to your computer and use it in GitHub Desktop.
Quick 'rcurl'
#!/bin/sh
URL=$1
STUB=`echo $URL | awk -F\/ '{print $(NF-2)"-"$(NF-1)"-"$NF}'`
echo $STUB
curl https://r.jina.ai/$URL -H "X-With-Images-Summary: all" -o $STUB.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment