-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extraneous output #2
Comments
Rather, how about a raw mode, as I've found it useful to have the colors and extra output. |
This was referenced Jan 24, 2017
Closed
Closed
Actually, #4 will cover handling stdin properly. |
FGasper
pushed a commit
to FGasper/wscat
that referenced
this issue
May 12, 2019
Show code and reason for non-1000 close events from server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The extraneous output (colors,
>
and<
characters) makes it very hard to use this program with other programs that expect unmodified data from stdin and stdout:This makes it difficult for me to take the data and feed it into another program. For example, here I've got forkdb running in the browser and I would like to sync that to a forkdb running on the server using just stdin and stdout but the line numbers, colors, status logging, and decoration gets in the way of that use case.
This is very un-like netcat, which just provides a raw undecorated stream on stdin and stdout.
In the mean time, I whipped up wsnc but I think it would be better for this package to remove decoration.
The text was updated successfully, but these errors were encountered: