http://intrcxv4fa72e5ovler5dpfwsiyuo34tkcwfy5snzstxkhec75okowqd.onion/blog/sfeed
For this use case, I've overridden parse to just pass them through, like so: # parse(name, feedurl, basesiteurl)
parse() {
case "$2" in
*sfeed | *tsv)
cat
;;
*)
sfeed "$3"
;;
esac
} That's it. Hope this will make sfeed a bit more versatile! Back Leave a comment Name Message Don't change E-mail Comments Anonymous Oct ⸱ 06 ⸱ 2024 ⸱⸱ 13:46 Nice post, I wish people talked about sfeed more, it's really underrated.