bopher-ng

A better Gopher client in pure Bash
git clone git://git.luxferre.top/bopher-ng.git
Log | Files | Refs | README | LICENSE

commit 62bf8cb0f8fc9edb316571cf349fe0a152a2408d
parent cbeddeac14342514b12f40026e90008b21e2c227
Author: Luxferre <lux@ferre>
Date:   Thu, 30 Mar 2023 12:36:42 +0300

added Tor mention

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -50,6 +50,14 @@ In both cases, only the host is required. If everything else is omitted, the por Also, your selectors now can have a `%09[search]` part, so you can specify your search queries directly on start and also save them later. +## How to browse Onion nodes with Bopher-NG? + +Besides having Tor itself up and running, you also need to have the `torsocks` wrapper installed: + +``` +torsocks bash bopher-ng.sh gopher://[some-address].onion +``` + ## How to control Bopher-NG? - Scrolling: Up/Down arrow keys, k/j keys or mouse scroll wheel (if supported)