osnr / TabFS

🗄 Mount your browser tabs as a filesystem.
https://omar.website/tabfs/
GNU General Public License v3.0
3.82k stars 106 forks source link

Move tabs between windows? #71

Open philipsd6 opened 2 years ago

philipsd6 commented 2 years ago

I have 300+ tabs open, in 20 different windows. I would like to be able to move tabs between existing tabs, and possibly to new tabs, based on titles, urls, etc... For example:

Is that possible to implement somehow? I've used balta2ar/brotab to accomplish similar goals in the past.

osnr commented 2 years ago

I don't think this works right now, but I hope we could make it work -- I'd have to look at what system calls it invokes

(even if we got this to work, in the first example, you'd probably need to create the new window first, then do the move, unless we made a 'fresh window' subfolder)

philipsd6 commented 2 years ago

Probably not essential to be able to do the first example in one step, but having symmetry with the create for a new tab would be nice. I look forward to seeing how this project improves!