krestenlaust / krestenlaust/WindowStreamer
Command-line startup options
A pull request for this has already been merged.
- Dominant language
- C#
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add command-line options for various actions, this would allow faster testing by starting up the projects with arguments.
Server:
- Option to host a server immediately on startup ✔ (--listen, -l)
- Option to accept first connection (Possibly a bad idea from a security standpoint)
- Option to auto-accept connection from specific endpoint
- Option to move window to specific window location
- Option to decide size of window on startup
Client:
- Option to connect to specific endpoint on startup ✔ (--connect, -c)
Both:
- Add documentation in readme
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the existing command-line handling for --listen/-l and --connect/-c, then inspect how server and client startup are selected. Review the README requirements and define completion as implementing the remaining requested startup options, documenting the supported arguments, and preserving the stated security considerations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100