diff --git a/README.md b/README.md index 14bfa0e..111861a 100644 --- a/README.md +++ b/README.md @@ -709,7 +709,7 @@ A `cat` command with colorized output. #### [percol](https://github.com/mooz/percol) -A Python script that "1) receives input lines from stdin` or a file, 2) lists the input lines and waits for input that filter/select the line(s), 3) outputs the selected line(s) to `stdout`"; can be used to add interactivity to many regular shell commands. +A Python script that "1) receives input lines from stdin` or a file, 2) lists the input lines and waits for input that filter/select the line(s), 3) outputs the selected line(s) to stdout"; can be used to add interactivity to many regular shell commands. #### [q](http://harelba.github.io/q/) diff --git a/cli-apps.yaml b/cli-apps.yaml index 877e331..10e7a15 100644 --- a/cli-apps.yaml +++ b/cli-apps.yaml @@ -196,7 +196,7 @@ apps: A Python script that "1) receives input lines from stdin` or a file, 2) lists the input lines and waits for input that filter/select the line(s), 3) outputs - the selected line(s) to `stdout`"; can be used to add + the selected line(s) to stdout"; can be used to add interactivity to many regular shell commands. - name: q