bopher-ng

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

commit a4f236eb7a393a2d9ed13728a86cc97da5c51762
parent b8c8db95402b716982d1c84635e3be00ae38f5da
Author: Luxferre <lux@ferre>
Date:   Fri, 31 Mar 2023 22:08:41 +0300

Updated tools readme

Diffstat:
Mtools/README-tools.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/README-tools.md b/tools/README-tools.md @@ -38,6 +38,8 @@ A non-trivial task would be using this output in some Web-based services like Ha This hack also appies to any Gophermaps and not just the fragments generated with this tool. +Or, if you happen to have a working clipboard, you can just pipe the tools' output to `| xsel -bi` (on Linux) or `| pbcopy` (on Mac) and try pasting it directly. In all probability, it might work, but no one can guarantee. + ## `phlow.sh` This tool processes every line of text from the standard input to fit exactly the given amount of characters, optionally adding some leading and/or trailing whitespaces **after** the reflow is done. It also replaces all LF line endings with CRLF in the output to achieve maximum compatibility with legacy clients.