aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/justify.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-02-12 15:14:05 +0100
committerAdrian Kummerlaender2017-02-12 15:14:05 +0100
commitdba73e412dd837db09028ad1bdb2ddb5f199f1b9 (patch)
treef305c366d216e616477b8dadb8f384b823c2bedd /pages/projects/justify.md
parentba67ed08aba047795c0dd653de718d5333fd7a5d (diff)
downloadblog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.gz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.bz2
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.lz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.xz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.zst
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.zip
Remove page, category functionality as it is now provided by `tree.kummerlaender.eu`
Diffstat (limited to 'pages/projects/justify.md')
-rw-r--r--pages/projects/justify.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/pages/projects/justify.md b/pages/projects/justify.md
deleted file mode 100644
index bb12cfb..0000000
--- a/pages/projects/justify.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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/