Skip to content

refactor windows app to cli and enhance display management - #1

Open
ScottLusk wants to merge 1 commit into
mainfrom
fix-windows-cli
Open

refactor windows app to cli and enhance display management#1
ScottLusk wants to merge 1 commit into
mainfrom
fix-windows-cli

Conversation

@ScottLusk

Copy link
Copy Markdown
Owner

The Windows application is now a pure command-line interface, consistent with other platforms.

  • Removed the WinUI graphical user interface.
  • Rewrote WindowsDisplayService to directly use Win32 APIs for improved display management, including handling connected/disconnected states.
  • Added a taskfile.yml for simplified build and run commands.
  • Introduced a clear command to the CLI to delete all saved layouts.
  • Renamed CLI namespace from DisplayManager.UI.Cli to DisplayManager.Cli.

The Windows application is now a pure command-line interface, consistent with other platforms.

- Removed the WinUI graphical user interface.
- Rewrote `WindowsDisplayService` to directly use Win32 APIs for improved display management, including handling connected/disconnected states.
- Added a `taskfile.yml` for simplified build and run commands.
- Introduced a `clear` command to the CLI to delete all saved layouts.
- Renamed CLI namespace from `DisplayManager.UI.Cli` to `DisplayManager.Cli`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant