Find tab given a tty / pid
By dif... on November 09, 2013 06:55 (imported from Google Code)
I usually have lot of iterm windows open, each with a lot of tabs. Sometimes it can be really hard to find which tab I'm looking for, but it's easy to find the tty/pid by doing I usually have lot of iterm windows open, each with a lot of tabs. Sometimes it can be really hard to find which tab I'm looking for, but it's easy to find the tty/pid by doing ps auxww | grep $commandI usually have lot of iterm windows open, each with a lot of tabs. Sometimes it can be really hard to find which tab I'm looking for, but it's easy to find the tty/pid by doing `ps auxww | grep $command. To solve this situation, I propose an search input that would bring you to the tab with the corresponding tty/pid.