aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-04-29 20:42:45 +0200
committerAdrian Kummerlaender2016-04-29 20:42:45 +0200
commitd0ccfca8bc82a01c8d80d24630f54fb6cb76d553 (patch)
treec15603f60ca2277648bbf44fb839aa3731e04de5
parentb7a2269a2103f76ed9cc5f41b6d0c0547b2a699c (diff)
downloadblog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar.gz
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar.bz2
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar.lz
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar.xz
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.tar.zst
blog.kummerlaender.eu-d0ccfca8bc82a01c8d80d24630f54fb6cb76d553.zip
Add `justify` project page
-rw-r--r--source/00_content/pages/projects/justify.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/00_content/pages/projects/justify.md b/source/00_content/pages/projects/justify.md
new file mode 100644
index 0000000..bb12cfb
--- /dev/null
+++ b/source/00_content/pages/projects/justify.md
@@ -0,0 +1,20 @@
+# justify
+
+...is a single purpose program for block justification of UTF-8 encoded monospace text.
+
+Textual input is read from _STDIN_ and written to _STDOUT_ in its justified form. The default output width of 60 characters may be customized via `--length`. Optionally an offset of leading spaces may be defined using `--offset`.
+
+i.e. `echo "$the_paragraph_above" | justify --length 40` results in:
+
+ Textual input is read from _STDIN_ and
+ written to _STDOUT_ in its justified
+ form. The default output width of 60
+ characters may be customized via
+ `--length`. Optionally an offset of
+ leading spaces may be defined using
+ `--offset`.
+
+The MIT licensed source code is available on both [Github] and [cgit].
+
+[Github]: https://github.com/KnairdA/justify/
+[cgit]: https://code.kummerlaender.eu/justify/