aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAdrian Kummerlaender2016-04-29 20:42:45 +0200
committerAdrian Kummerlaender2016-04-29 20:42:45 +0200
commit435b9d755805d5bdf9b9e22aa42d09418f5d71a1 (patch)
tree90728e755faec2b6fab79cf9148b88a8e0d68508 /pages
parent46b66bc84ddaf3f91b6758e0f5749592dab863e7 (diff)
downloadblog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar.gz
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar.bz2
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar.lz
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar.xz
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.tar.zst
blog_content-435b9d755805d5bdf9b9e22aa42d09418f5d71a1.zip
Add `justify` project page
Diffstat (limited to 'pages')
-rw-r--r--pages/projects/justify.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/pages/projects/justify.md b/pages/projects/justify.md
new file mode 100644
index 0000000..bb12cfb
--- /dev/null
+++ b/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/