browsh icon indicating copy to clipboard operation
browsh copied to clipboard

Multi instance - tab-less mode?

Open martin-braun opened this issue 5 months ago • 1 comments

Please allow to specify the --port via argument in the hope that browsh could run multiple times. But I doubt it. Please have a look at https://github.com/lalitmee/browse.nvim/issues/23#issuecomment-1896672171 to understand what I am interested in.

If browsh could start in single tab mode - and provide events of some sort to open new tabs - you could potentially embed browsh into nvim:

image

Trying to open new tabs would need to propagate up into nvim to be handled (opening a new terminal buffer + browsh instance). browse.nvim is a Telescope plugin that could be used to send queries and urls to --startup-url when launching browsh.

We also need #439 to land to make this viable in the first place.

martin-braun avatar Jan 17 '24 21:01 martin-braun

Wow, that's crazy 😲

tombh avatar Jan 17 '24 22:01 tombh