aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/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
commit62690da3d1c74083f5f190e84582322413de2b1d (patch)
treeb9b39844d6c8957dbc99517593dbaed3bbcf0950 /source/00_content/pages/projects/justify.md
parent8440bad90b844eb0ae0d46496d6b9cb3c045111f (diff)
downloadblog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar.gz
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar.bz2
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar.lz
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar.xz
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.tar.zst
blog.kummerlaender.eu-62690da3d1c74083f5f190e84582322413de2b1d.zip
Remove page, category functionality as it is now provided by `tree.kummerlaender.eu`
Diffstat (limited to 'source/00_content/pages/projects/justify.md')
-rw-r--r--source/00_content/pages/projects/justify.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/source/00_content/pages/projects/justify.md b/source/00_content/pages/projects/justify.md
deleted file mode 100644
index bb12cfb..0000000
--- a/source/00_content/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/