From a4f236eb7a393a2d9ed13728a86cc97da5c51762 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 31 Mar 2023 22:08:41 +0300 Subject: [PATCH] Updated tools readme --- tools/README-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/README-tools.md b/tools/README-tools.md index 5bae01e..c6b6ead 100644 --- 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.