Native macOS workspace switcher with search and preview #2047
Unanswered
rvk7895
asked this question in
feature-ideas
Replies: 1 comment
-
|
Update: The tool is now available as a standalone repository. Quick installgit clone https://github.com/rvk7895/aerospace-workspace-switcher.git
cd aerospace-workspace-switcher
make install PREFIX=~/.localThen add to [mode.main.binding]
ctrl-alt-space = 'exec-and-forget aerospace-workspace-switcher'Happy to submit a Goodies page PR whenever this gets the green light. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
A standalone, native macOS workspace switcher for AeroSpace — inspired by the dmenu/rofi workflow common in i3/sway on Linux. It presents a Spotlight-style floating panel that lists all active workspaces alongside their window contents, with real-time search filtering.
Screenshot
Motivation
With a large number of workspaces, recalling which workspace contains which application becomes difficult. The existing
alt-Nkeybindings require you to already know where things are. A searchable workspace overview bridges that gap — you can find a window by app name or title and jump directly to it.How it works
exec-and-forgetkeybinding (e.g.ctrl-alt-space)aerospaceCLI calls for fast startupImplementation
Single-file Swift tool (
main.swift) compiled withswiftcagainst AppKit and Carbon. No external dependencies. Follows the same standalone companion-tool pattern as other community integrations.Prior art
Proposal
I would like to contribute this as an entry on the Goodies page, alongside existing community tools like Spacelist. Happy to submit a PR with the documentation and source.
Beta Was this translation helpful? Give feedback.
All reactions