matiasandina / matiasandina/uid_python_api

Consider cmd.exe maximization on Windows startup

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

Nobody has claimed this yet.

Dominant language
Python
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Context

The Rich live UI renders substantially better when the Windows console window is maximized.

For operators launching the app in a native cmd.exe or PowerShell console, it may be worth attempting a best-effort maximize step during startup.

Proposal

Consider adding a Windows-only startup helper that attempts to maximize the console window before the Rich live UI starts.

Constraints

  • This should be best-effort only.
  • It should not block startup if the call fails.
  • It will likely work only for a real Windows console window.
  • It may not work in SSH sessions, VS Code integrated terminals, Windows Terminal tabs, or other embedded/remote terminal environments.

Desired behavior

  • On supported native Windows console launches, maximize the window automatically so the live UI has enough width.
  • On unsupported terminals, do nothing and continue normally.

Notes

This is primarily an operator-experience improvement, not a correctness fix.

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 application startup path and the point where the Rich live UI begins. Research a Windows-only, best-effort console-window maximization approach, then verify that supported native consoles maximize while failures and unsupported terminals continue startup normally.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, operating-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.