peek(1) #93

Closed
trinity wants to merge 25 commits from peek into main
Showing only changes of commit c7a4cd1d19 - Show all commits

View File

@ -4,7 +4,7 @@
.\" This work is licensed under CC BY-SA 4.0. To see a copy of this license,
.\" visit <http://creativecommons.org/licenses/by-sa/4.0/>.
.\"
.TH PEEK 1 2024-06-26 "Harakit X.X.X"
.TH PEEK 1 2024-06-28 "Harakit X.X.X"
trinity marked this conversation as resolved Outdated
Outdated
Review

.TH PEEK 1 [whenever you make the change] "Harakit X.X.X"

> .TH PEEK 1 [whenever you make the change] "Harakit X.X.X"
.SH NAME
peek \(en read from the standard input, furtively
.\"
@ -49,7 +49,7 @@ installed.
This program does nothing to prevent others from seeing the key presses input to
a keyboard. It also does not protect against the sound of typing being analyzed
trinity marked this conversation as resolved Outdated
Outdated
Review

What is the benefit to this over using a shell pipe?

What is the benefit to this over using a shell pipe?
to determine what was inputted without needing to see screen or keyboard.
to determine what was input without needing to see screen or keyboard.
Accepting secrets in shell scripts is probably not advisable.