aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-09-20 15:04:12 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-09-20 15:04:12 +0200
commitfce316e9d331c12b424b5f66fa6bd034b246809f (patch)
tree93253b9fe9ba934756e0485632e6203b3dee37ce
parent96a8ee1ef702e207c882f76b79ef983ec2e22b8b (diff)
Add a README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9c82b88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+<!-- vi: tw=80
+ -->
+# center
+
+`center(1)` is a very basic UNIX utility to… well… center text. The
+documentation for the tool can be found [here][1]. If you would like to
+contribute to the project, a list of tasks that need completing can be found in
+the [TODO][2] file in the repo. This utility should be as simple as possible,
+accepting input from stdin and printing output to stdout. This should be the
+best utility possible to center text.
+
+[1]: https://thomasvoss.com/man/center.1.html
+[2]: https://git.thomasvoss.com/center/tree/TODO