Hacker News new | ask | show | jobs
by justsomehnguy 1202 days ago

    cat /bin/wik
    #!/bin/sh
    lynx https://en.wikipedia.org/w/index.php?search=$1
2 comments

Also `elinks` and `w3m`.

The mobile site, https://en.m.wikipedia.org/ , looks a little better in them.

Nice, here's mine

    cat `which ddg`
    #!/usr/bin/env sh
    w3m 'https://duckduckgo.com/?q='`echo $@ | sed 's/ /\+/g'`