rofi-tab-switcher
rofi-tab-switcher copied to clipboard
Possible to invoke from outside browser?
I'd love to be able to pull up this switcher while I have a different window focused. Is that possible?
If I understand the Firefox addon API correctly, it might be possible by doing something like:
- add a native messaging host -> addon message that calls the "marshal all tabs" lambda at background.js:28 from around background.js:4
- add a second channel (UNIX or TCP socket?) on which the native host listens for a signal that causes it to send the above message
Might be quite a bit of work though.