I got tired of going through different windows to find the one I wanted, so I made this.
Let's say you have 10 different terminal windows open (please use tabs instead, but this is just an example).
You remember that in the window you want to go to, you were in the cool-project
directory. So you run this
program (normally connected to a keybinding) and type in "cool-project"
. It then shows you the top few
windows which match that name. If in this case your memory failed you and the window actually had
the name "great-project"
in it, there's no problem! This uses fuzzy matching, so it would probably show your
desired window near the top. You can navigate with up/down arrow keys to reach your desired window, then
press enter to raise and focus it. Success!