Open Uddhav07 opened 2 months ago
I want the CLI to access links for me.
alias rjina='function _rjina() { curl https://r.jina.ai/$1; }; _rjina' alias sjina='function _sjina() { curl "https://s.jina.ai/$(echo "$*" | sed "s/ /%20/g")"; }; _sjina'
Jina AI GO Tool
What do you need?
I want the CLI to access links for me.
alias rjina='function _rjina() { curl https://r.jina.ai/$1; }; _rjina' alias sjina='function _sjina() { curl "https://s.jina.ai/$(echo "$*" | sed "s/ /%20/g")"; }; _sjina'