Updated tools readme

This commit is contained in:
Luxferre
2023-03-31 22:08:41 +03:00
parent b8c8db9540
commit a4f236eb7a
+2
View File
@@ -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.