From d09b830154fd136e918010cfbf3800bdca1790be Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 29 Mar 2023 19:04:11 +0300 Subject: [PATCH] updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 77e157b..664b34d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Bopher-NG: A better Gopher browser in pure Bash > “Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” +> > _― Antoine de Saint-Exupéry, Airman's Odyssey_ ## What is it? @@ -46,6 +47,8 @@ E.g. running `bopher-ng.sh gopher://texto-plano.xyz:70/0comandos.txt` is the sam In both cases, only the host is required. If everything else is omitted, the port will default to 70, the selector will default to `/` and the resource type will default to 1. +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 control Bopher-NG? - Scrolling: Up/Down arrow keys, k/j keys or mouse scroll wheel (if supported)