peek(1) #93

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

View File

@ -20,7 +20,7 @@ Read input from the standard input with terminal echo disabled.
.SH OPTIONS
.IP \fB-i\fP
emma marked this conversation as resolved Outdated
Outdated
Review

Peek reads input from standard input with terminal echo disabled,

Read input from the standard input with terminal echo disabled.

which may be useful to prevent secrets being spied upon by adversaries watching a user's
screen.

Should this be placed in a RATIONALE section?

> Peek reads input from standard input with terminal echo disabled, Read input from the standard input with terminal echo disabled. > which may be useful to prevent secrets being spied upon by adversaries watching a user's screen. Should this be placed in a RATIONALE section?
Allows input to come from sources other than terminals (i.e., a pipe).
Allows input to come from sources other than terminals (pipes).
trinity marked this conversation as resolved Outdated
Outdated
Review

This appears to imply that there exists a multitude of other possible sources, but it's not made clear what those are or how to make use of them. Does it support reading input from… files? TCP sockets? IRC messages??

This appears to imply that there exists a multitude of other possible sources, but it's not made clear what those are or how to make use of them. Does it support reading input from… files? TCP sockets? IRC messages??

The "i.e." stands for "id est" and can be read as "in other words". Perhaps I should use the English. I mean to say that the source other than a terminal, in this case, is a pipe.

The "i.e." stands for "id est" and can be read as "in other words". Perhaps I should use the English. I mean to say that the source other than a terminal, in this case, is a pipe.

Changed to (pipes) which I think is more clear.

Changed to (pipes) which I think is more clear.
.\"
.SH DIAGNOSTICS