Using the Gopher Protocol
_ _ _
| | | | ___ (_) _ _ __ _
| |_| | (_-< | | | ' \ / _` |
\___/ /__/ |_| |_||_| \__, |
|___/
_ _
| |_ | |_ ___
| _| | ' \ / -_)
\__| |_||_| \___|
___ _
/ __| ___ _ __ | |_ ___ _ _
| (_ | / _ \ | '_ \ | ' \ / -_) | '_|
\___| \___/ | .__/ |_||_| \___| |_|
|_|
___ _ _
| _ \ _ _ ___ | |_ ___ __ ___ | |
| _/ | '_| / _ \ | _| / _ \ / _| / _ \ | |
|_| |_| \___/ \__| \___/ \__| \___/ |_|
╔─*──*──*──*──*──*──*──*──*──*──*──*──*──*──*──*─╗
║1 ........................................ 1║
║2* ........................................ *2║
║3 ........................................ 3║
║1 ...........Posted: 2024-03-10........... 1║
║2* .............Tags: gopher .............. *2║
║3 ........................................ 3║
║1 ........................................ 1║
╚────────────────────────────────────────────────╝
The point of this article is to get you browsing gopherspace quickly and to
share some of my favorite gopherholes...
## Clients
* sacc: like `gopher`, but maybe better. TUI.
* clic
### Waffle
I wrote a Gopher Protocol client called Waffle. Please read my post about
Waffle[1].
### Dillo
I wrote about Dillo in a separate post[2].
### Lagrange (Android, Linux, Mac, Windows, iOS)
Lagrange[3] is a Gemini + Gopher Protocol client (maybe more?) for iOS, Android,
Windows, Mac, and Linux, I think.
#### Linux (Flatpak)
Here's how I set it up:
```
sudo apt update
sudo apt install flatpak
flatpak install ./fi.skyjake.Lagrange.flatpakref
```
You may wanna run:
```
flatpak list
```
This is how to launch:
```
flatpak run lagrange
```
at first you may get this at suome point:
```
$ flatpak run lagrange
Note that the directories
'/var/lib/flatpak/exports/share'
'/home/tilde/.local/share/flatpak/exports/share'
are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.
```
You may want to log in log out/restart session or something.
Try opening `
gopher://gopher.someodd.zip:7070/`
### `gopher`
try `gopher -p "/" gopher.someodd.zip 7070`
## My favorite gopherholes
* Of course my very own Gopherden forum: `
gopher://gopher.someodd.zip:7070/` and
my gopherhole built with burrow[4] `
gopher://gopher.someodd.zip:7071`
* `
gopher://mozz.us/`: has some games, a flash archive, and other things. If
you're using Lagrange they also have `gemini://mozzu.us/`!
## Also checkout the Gemini protocol!
I think the Gemini Protocol is worth checking out!
## Footnotes
[1]: read my post about Waffle: /showcase/waffle
[2]: I wrote about Dillo in a separate post: /phlog/dillo
[3]: Lagrange:
https://gmi.skyjake.fi/lagrange/
[4]: burrow: /showcase/burrow/