rofi-tab-switcher icon indicating copy to clipboard operation
rofi-tab-switcher copied to clipboard

Possible to invoke from outside browser?

Open eater opened this issue 3 years ago • 1 comments

I'd love to be able to pull up this switcher while I have a different window focused. Is that possible?

eater avatar Apr 06 '21 23:04 eater

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.

blackhole89 avatar Apr 07 '21 00:04 blackhole89