Add the ability to stream download to stdout
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
People have been poking me about how to download Xcode because copying curl commands with cookies is kind of annoying. It would be nice if I could just point them at xcodes and let them pipe the output of that into whatever streaming tools want to handle the results.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or command entry point. Start by locating the xcodes CLI command that downloads Xcode and trace how the downloaded data is currently handled. Done means a user can invoke xcodes and pipe the download output to another streaming tool without manually copying curl commands with cookies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100