From 8725ecd32cb1048f83543ac68131fa1372d7c06b Mon Sep 17 00:00:00 2001 From: dece Date: Fri, 11 Jun 2021 17:00:24 +0200 Subject: [PATCH] gopher: update readme --- plugins/gopher/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/gopher/README.md b/plugins/gopher/README.md index 38174fc..39ea1e1 100644 --- a/plugins/gopher/README.md +++ b/plugins/gopher/README.md @@ -8,3 +8,11 @@ This is a Gopher plugin for [Bebop][bebop], refer to its docs for details. Requires: * Bebop >= 0.2.0 + +It currently displays only the maps and the file item types. + +Avoid using the path navigation features of Bebop because they do not make much +sense in Gopher; Gopher URLs do not really represent a path as they can be +prefixed with an item type, so going up one level from a file item will usually +put you on a map item with the file item indicator still in the URL. Going to +the root URL and history navigation should still be fine though.