Skip to content

feat(window): add filtering options for windows#116

Merged
PrzemyslawKlys merged 2 commits intov2-speedygonzalesfrom
extend-getwindows-to-support-filters
Jul 11, 2025
Merged

feat(window): add filtering options for windows#116
PrzemyslawKlys merged 2 commits intov2-speedygonzalesfrom
extend-getwindows-to-support-filters

Conversation

@PrzemyslawKlys
Copy link
Copy Markdown
Member

Summary

  • extend GetWindows to filter by process name, class name, or regex
  • expose new parameters in PowerShell cmdlet
  • update GetWindow example to show the new options
  • add unit tests for the new filters

Testing

  • dotnet build Sources/DesktopManager.sln -c Release (fails: Microsoft.NET.Sdk.WindowsDesktop not found)
  • dotnet test Sources/DesktopManager.sln (fails: Microsoft.NET.Sdk.WindowsDesktop not found)
  • pwsh -NoLogo -NoProfile -ExecutionPolicy Bypass -File DesktopManager.Tests.ps1 (fails: tests not found)

https://chatgpt.com/codex/tasks/task_e_68716da895d0832eb7ca0dd0bbed5e39

@PrzemyslawKlys PrzemyslawKlys merged commit 2946f10 into v2-speedygonzales Jul 11, 2025
7 checks passed
@PrzemyslawKlys PrzemyslawKlys deleted the extend-getwindows-to-support-filters branch July 11, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant