GlazeFinder: Fuzzy window switcher for when you have too many windows #1253
Unanswered
hwei
asked this question in
Show and tell
Replies: 1 comment
-
|
Really cool project and I like fzf. But I use fzf from within WSL and more in the command line. Some months ago I hacked together a PowerToys Run Plugin, but it really needs more work (or a complete restart, maybe as a PowerToys command palette plugin). But maybe interesting as a reference or for inspiration, so I uploaded it to github From my use case something like PowerToys Run or PowerToys command palette is better to use with GlazeWM, than a terminal application. See also: |
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.
-
Problem: With GlazeWM managing dozens of windows across multiple workspaces, I kept losing track of where things are. Alt-tabbing
through everything or mentally remembering "Chrome is on workspace 3" got tedious.
Solution: Built a fuzzy finder that searches all windows at once. Type a few characters (app name, window title, workspace), pick
from the filtered list, done.
It's a PowerShell script that pipes
glazewm query windowsinto fzf. Rungf, search, hit Enter.Repo: https://github.com/hwei/GlazeFinder
Prerequisites: fzf
Feedback welcome!
Beta Was this translation helpful? Give feedback.
All reactions