From 2a2ec727249d7080af63a14c0bef596368f3aece Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 7 Oct 2024 11:53:03 +0300 Subject: [PATCH] readme fix --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9bbcb30..d830072 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BFG: a multiprotocol "small web" browser in Tcl/Tk -BFG (stands for Back/Forward/Go) is a: free (absolutely), open-source, cross-platform, single-script, self-contained GUI client for a number of "small web" protocols like Gopher, Finger, Nex, Spartan and Gemini. +BFG (stands for Back/Forward/Go) is a free (absolutely), open-source, cross-platform, single-script, self-contained GUI client for a number of "small web" protocols like Gopher, Finger, Nex, Spartan and Gemini. BFG is written in under 1000 SLOC of Tcl 8.6 and depends upon Tcllib, Tk (obviously) and TclTLS. @@ -137,11 +137,7 @@ Contrary to most GUI clients, BFG is: ### Why such keybindings? -When using "normal" browsers, we don't fully utilize the keyboard. BFG combines the best practices from: -* Links/Elinks, -* less, -* Bopher-NG -to create the most comfortable UX in case you choose to not use the mouse at all. +When using "normal" browsers, we don't fully utilize the keyboard. BFG combines the best practices from Links/Elinks, less, Bopher-NG etc to create the most comfortable UX in case you choose to not use the mouse at all. In fact, the browser name itself contains the first three keybindings to start using it without a mouse. ### Can you build a binary distribuition of BFG?