summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-10-23 21:00:04 +0200
committerGitHub <noreply@github.com>2018-10-23 21:00:04 +0200
commite9199aaa546634a45a1f2ed008a04656f610764d (patch)
tree3a102015754b44169f3975466098581e33825209
parent6fe4fb8fe2b43b19b23af6ab6638cef6879d9b80 (diff)
readme: add title (header)
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45f702b..929069d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# up - the Ultimate Plumber
+
**up** is the **Ultimate Plumber**, a tool for writing Linux pipes in a
terminal-based UI interactively, with instant live preview of command results.
@@ -24,7 +26,7 @@ then:
- in the input box at the top of the screen, start **writing any bash
pipeline**; the Ultimate Plumber will **execute the command as you type it**,
and immediately show you the output of the pipeline in the **scrollable
- window** below (replacing any earlier contents);
+ window** below (replacing any earlier contents)
- For example, you can try writing:
`grep network -A2 | grep : | cut -d: -f2- | paste - -`
— on my computer, the screen then shows the pipeline and a scrollable