
jsonstein@masto.deoan.org ("Jeff Sonstein") wrote:
@simon so, of course, I have a little "news.sh" script in my path that looks like this:
#!/bin/sh
echo "getting news...\n"
curl -s https://www.nytimes.com/ | strip-tags .story-wrapper | ttok -t 4000 | llm --system 'summary bullet points'
echo "\ndone..."