krestenlaust / krestenlaust/WindowStreamer

Command-line startup options

Open
#18 0 comments 0 reactions 0 assignees View on GitHub

A pull request for this has already been merged.

  • #22 by @krestenlaust — merged
  • #23 by @krestenlaust — merged
enhancement robustness
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.