A beautiful terminal UI for viewing all windows across your Aerospace window manager spaces.
brew install magicmark/tap/spacelistSimply run:
spacelistTip
Hotkey spacelist to open in a new terminal in the center of your screen for
an experience similar to spotlight. WIP but check out launcher.sh.
Checkout out ROADMAP.md.
- Lists all windows organized by workspace
- Real-time filtering by application name
- Beautiful TUI with syntax highlighting using Bubble Tea
- Shows workspace names, application names, and window titles
- Only displays workspaces that contain windows
The application:
- Queries
aerospace list-workspaces --all --jsonto get all workspaces - For each workspace, runs
aerospace list-windows --workspace <name> --json - Displays results in a filterable TUI using Charm's Bubble Tea library
- Bubble Tea - TUI framework
- Bubbles - TUI components (text input)
- Lip Gloss - Styling and layout
