Hacker News new | ask | show | jobs
by reaperducer 1575 days ago
Is there a gopher client for macOS? I haven't been able to find one. Command-line is preferred, but beggars can't be choosers.
2 comments

I see MacPorts includes the following clients (I took the liberty of removing servers and proxies from this list):

    $ port search gopher
    bombadillo @2.3.3_2 (net)
        Bombabillo is a non-web client for the terminal, supporting Gopher, Gemini and much more.

    kristall-devel @20211120 (net)
        Small-Internet Browser for Gemini, Gopher, Finger & HTTP

    phetch @1.1.0 (net)
        A terminal client designed to help you quickly navigate the gophersphere.

    vf-1 @0.0.11_1 (net, python)
        command-line gopher client
`lynx` still works for me.
Oh, wow. I didn't know that Lynx does gopher:// URLs. Thanks!