-
Notifications
You must be signed in to change notification settings - Fork 92
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
Print URL to console #162
Print URL to console #162
Conversation
Hello @DerZersaeger , thank you for the contribution! 👍 My concern is that with certain casks installed the output is already quite wide (yes, looking at you, Java!). So by adding more information the output will start wrapping into new lines making the output less readable. How about adding that columns in verbose mode only? Would that make sense? |
When I saw PR title my first impression was that this related to parallel downloads ticket. @DerZersaeger @ondrejfuhrer Could you please also implement an option that will generate a download URLs with corresponding target files locations? I'm also volunteering here, so advice will be very appreciated. |
So it is actually trimming the result so those URLs won't actually work, am I right here?
Well, those URLs are even longer (imagine when the cask is downloaded from S3), what would be the use case here? @yurikoles |
This output is not for humans, it's intended to be supplied to third party downloader. |
@yurikoles So something like this? > brew cu download-links
https://page1.com/application1.dmg
https://page2.com/application2.dmg
https://page3.com/application3.dmg And then you would pipe that into another command to do your magic? |
@ondrejfuhrer |
@DerZersaeger sorry for hijacking thread :( @ondrejfuhrer let's continue in #160 |
No problem |
My intention is: E.g. when I run I'm just too lazy to search all the time for these repos, so I started with this PR. PS: I'm from 🇩🇪 => 🇬🇧 should be improved |
See: 91b2e6b Grüße nach Berlin 🇩🇪 😄 👍 |
Like in yarn
https://classic.yarnpkg.com/en/docs/cli/upgrade-interactive/