aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 15:20:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 19:26:14 +1200
commit1a3ae549beac1445e1bb44a809f3245e67ed0dfd (patch)
treea41e9d07117a92e654d40922f5677cb170ef77c9 /man/man1
parentMerge branch 'hotfix/v8.35.1' into develop (diff)
downloaddotfiles-1a3ae549beac1445e1bb44a809f3245e67ed0dfd.tar.gz
dotfiles-1a3ae549beac1445e1bb44a809f3245e67ed0dfd.zip
Add qat(1df), implementing an item from IDEAS.md
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/qat.1df19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/qat.1df b/man/man1/qat.1df
new file mode 100644
index 00000000..d7466b3a
--- /dev/null
+++ b/man/man1/qat.1df
@@ -0,0 +1,19 @@
+.TH QAT 1df "May 2020" "Manual page for qat"
+.SH NAME
+.B qat
+\- quiet cat for terminal pastes
+.SH SYNOPSIS
+.B qat
+| wc -l
+.br
+.B qat
+| grep pattern
+.SH DESCRIPTION
+.B qat
+switches the echo feature for stty(1) off for the duration of a cat(1). You
+can use this to paste stuff into a pipeline without the terminal echoing it
+back at you.
+.SH SEE ALSO
+stty(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>