~luxferre/Bopher-NG

a4f236eb7a393a2d9ed13728a86cc97da5c51762 — Luxferre 1 year, 8 months ago b8c8db9
Updated tools readme
1 files changed, 2 insertions(+), 0 deletions(-)

M tools/README-tools.md
M tools/README-tools.md => tools/README-tools.md +2 -0
@@ 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.