Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move tabs between windows? #71

Open
philipsd6 opened this issue Nov 2, 2021 · 2 comments
Open

Move tabs between windows? #71

philipsd6 opened this issue Nov 2, 2021 · 2 comments

Comments

@philipsd6
Copy link

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:

  • "I want to move all my Stack Overflow tabs into a new window to review"
    mv tabs/by-title/*Stack_Overflow* windows/create

  • "I want to move all of my tabs running local apps ("localhost") to the window with my GitHub repo tab open"
    grep -l localhost tabs/by-id/*/url.txt | sed -r 's|/[^/]+$||' | xargs -I{} mv {} tabs/by-title/philipsd6\/dev-project.*/window/

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

@osnr
Copy link
Owner

osnr commented Nov 3, 2021

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
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants