An open API service indexing awesome lists of open source software.

https://github.com/godbout/wooshywindowtotheforeground

Alfred Workflow to be used with Wooshy, that brings any macOS windows to the foreground
https://github.com/godbout/wooshywindowtotheforeground

alfred macos switch window window-switcher wooshy workflow

Last synced: 29 days ago
JSON representation

Alfred Workflow to be used with Wooshy, that brings any macOS windows to the foreground

Awesome Lists containing this project

README

        

Wooshy: Window to the Foreground!




Build Status
GitHub Release
GitHub Downloads


Switch apps with Alfred. Switch app windows with Wooshy: Window to the Foreground!

https://user-images.githubusercontent.com/121373/179673312-38913928-a51b-453e-aac8-ef41b21ab497.mp4

___

# Why

Aren't you annoyed when you have your fingers gently caressing your keyboard for hours but then you have one of those popups or windows that you can't reach and then you have to move your whole hand for like a whole second?

Alfred can switch apps but not windows within apps, nor windows without apps. So here you go.

# Features

* FAST
* brings visible windows to the foreground
* all visible windows are listed except the one you're already on because why would you want that (last part is actually changeable through the Workflow Configuration)
* Alfred results order follows windows order: first result is most frontmost, last result is most backmost (LOL)
* ban windows you never wanna see in Alfred's Results (and unban them if needed)
* window match is 100% accurate
* DID I SAY FAST???

# Permissions

macOS requires `Screen Recording` permissions (yes. huh?) to [read windows names](https://github.com/godbout/WooshyWindowToTheForeground/blob/c906b1921ad4b419f8aa99a469a2a3f76b0952fb/WooshyWindowToTheForeground/Menus/Entrance.swift#L158), and the `Accessibility` permissions to manipulate windows.
You most probably have already given the `Accessibility` permissions to Alfred, which is enough.
For the `Screen Recording` permissions, the Workflow will detect if they're missing and you'll be able to prompt from an Alfred Result.

⚠️ Developers can only show the `Screen Recording` permissions dialog once. This is a "feature" from Apple.
If for whatever reason you've missed it or denied the permissions, you'll have to add Alfred or this Workflow manually in the macOS `Privacy & Security` Settings, or [reset the permissions dialog status manually](https://apple.stackexchange.com/questions/384230/how-do-i-reset-screen-recording-permission-on-macos-catalina).

# Why is this an Alfred Workflow and not part of Wooshy?

The goal of [Wooshy](https://wooshy.app) is to take as little screen estate as possible. What you want to see from Wooshy is the list of UI elements it can help you reach, not a big Input with a list of results à la Alfred.
Having this in Wooshy would then require creating one more Input specifically made for this feature, which means one more keyboard shortcut to remember. That's bad UX.
If you use Wooshy, you probably also use Alfred. Alfred is the perfect tool for this.

# But I use Raycast!

Raycast comes with a window switching feature integrated (although it may not find all windows).

# Alternatives

* [Contexts](https://contexts.co) (paid app)
* [Swift Window Switcher](https://github.com/mandrigin/AlfredSwitchWindows) (free, open-source Alfred Workflow, windows and tabs)
* [Window Switcher](https://github.com/alfredapp/window-switcher-workflow/) (free, open-source Alfred Workflow, also hidden windows and maybe more)