-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
[FEATURE REQUEST] JSON lines output #1002
Comments
hey there! give the following command a try. depending on the tool you're piping into,
|
Looks pretty good ! Ideally the output would be only the JSON lines going to stdout and the rest to stderr (which is what for instance ProjectDiscovery tools like |
Yea, the thought back then was that the best thing ok ng to pipe into further tools would be the url itself. I can test out a version where --json + --silent would give json instead of the url |
That would be top notch ! Thanks for this amazing tool btw, very well coded ! edit: for some more context, I'm calling |
|
@all-contributors add @ocervell for ideas |
I've put up a pull request to add @ocervell! 🎉 |
Consider adding a JSON lines output so that we can consume real-time output with other tools like
jq
or others. Maybe a--jsonl
flag ?The text was updated successfully, but these errors were encountered: