I am impressed when I found this show window switcher action, it is amazing.
I heavily rely on opening multiple windows in same application, vs code, edge browser, terminals etc. I am very keen to explore implementing a "windows 10" type of task bar, that each opened application window will show as an icon and its document title, I still prefer windows 10 way to list opened same app documents in task bar rather than macbook docker.
I can achieve it if you expose the current windows switcher action as a function api call that can return icon, document title and an action for clicking, just like your current BTTActions.copyLaunchedApplicationsInFrontToBackOrder does, which fetches the latest apps. A similar style api function but to fetch your windows switcher content will be nice that I can combine it with float menu to create a windows 10 style task bar in macbook. Is it a valid request? Thanks.