summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz CzapliƄski <czapkofan@gmail.com>2018-10-23 21:24:10 +0200
committerGitHub <noreply@github.com>2018-10-23 21:24:10 +0200
commitf1d4bb8f864f3318c2561ac04f2a2e158f19c6bb (patch)
treec8c67ee1e419cf0df1f2408535a7dac8fe12e6e7
parente9199aaa546634a45a1f2ed008a04656f610764d (diff)
readme: emphasize section headers
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 929069d..c11ec61 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ by boosting any typical **Linux text-processing utils** such as `grep`, `sort`,
[![](up.gif)](https://asciinema.org/a/208091)
+## Usage
+
**[Download *up* for Linux](https://github.com/akavel/up/releases/download/v0.1/up)**
To start using **up**, redirect any text-emitting command (or pipeline) into it
@@ -52,7 +54,7 @@ then:
but `grep`, `perl`, etc. may also show incomplete results). To unfreeze back,
press ***Ctrl-Q***.
-Additional notes:
+## Additional Notes
- The pipeline is passed verbatim to a `bash -c` command, so any bash-isms should work.
- The input buffer of the Ultimate Plumber is currently fixed at **40 MB**. If
@@ -60,7 +62,7 @@ Additional notes:
corner of the screen. (This is intended to be changed to a
dynamically/manually growable buffer in a future version of *up*.)
-Future Ideas:
+## Future Ideas
- This is version 0.1 of *the Ultimate Plumber*: a minimal viable product I was
comfortable to release to the public, hoping it might be of use to some of