-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add support for processing multiple input lines #78
Comments
@uggyuggy Thanks for filing this. Will give this some thought and will ping you when there is something to test. No estimates on timeline (other items have current focus). |
Overall I like the ideas, but I'd like to keep the current behavior of prompting the user if no input is provided. When I had others test the tool this behavior seemed intuitive to them and did not require further explanation. Based on that, I think this would be the result:
As I mentioned I have other items ahead of this, so would probably work on this in pieces. |
Hi @atc0005 Thank's for sharing design plans.
I fully understand you, you are right, that's probably better that way.
Yes, sending directly the result would be good, and should still makes perfect sense to any user.
Sounds good to me too.
Sounds good to me too.
Thank's, feel free to ping me here so I could "help" testing further when you will work on this 👍 |
- add support for reading input URLs from a file - add support for reading input URLs from stdin - retain interactive prompt if no input given - remove leading explanation text from results - emit URL parsing failure text to stderr, continue processing URLs - allow for batch operation - allow for splitting success results and error output across different files refs GH-78
@uggyuggy Dev build available here: No doc updates yet, but hopefully the help text covers new behavior well enough. |
Later dev build:
|
- add new support for processing standard input - add new flags - update examples refs GH-78
Updated README coverage: |
- add support for reading input URLs from a file - add support for reading input URLs from stdin - retain interactive prompt if no input given - remove leading explanation text from results - emit URL parsing failure text to stderr, continue processing URLs - allow for batch operation - allow for splitting success results and error output across different files - refactor output and decoding logic - refresh README coverage - add new support for processing standard input - add new flags - update examples refs GH-78
Changes included in v0.3.0 release: |
Hi @atc0005 Tested it, looks great. |
Hi,
Thank's for sharing this tool.
Adding below few ideas/feature requests. As they are quite "close" and/or linked to each other (I think), I list those in a single "issue".
It would be nice to have an option for "direct" results without extra informations lines and/or that even could be the default ouput and the current output with some kind of
-interactive
Current output could also be
It would be nice to be able to be able to bulk process multiple links at once in parallel
The text was updated successfully, but these errors were encountered: