chrome-control icon indicating copy to clipboard operation
chrome-control copied to clipboard

Add ability to queue multiple tabs to be closed

Open joeynotjoe opened this issue 5 years ago • 3 comments

It would be nice if we were able to queue up multiple tabs to be closed, similar to how you can queue up multiple files in Alfred.

It could be easier to close a lot of different tabs using Alfred than it is using Chrome to do the same, but only if we didn't have to action tabs individually.

I'm not sure how this could be done, but it's just an idea and possible enhancement.

joeynotjoe avatar May 15 '19 19:05 joeynotjoe

@joeynotjoe - how about using close title ?:)

niladam avatar May 21 '19 19:05 niladam

Unless I've misunderstood how that works, you can only close tabs by title that way. What I was hoping for in this issue originally is to be able to queue up multiple tabs to be closed, from the tabs keyword view.

This idea originally came up from me having to re-open the tabs workflow back to back to back... in order to clean up my tabs.

But again, as I stated, I don't know if this can be done in Alfred 3. I don't think I've ever seen a workflow use this type of 'queue' function on script filtered results. But it would be handy!

joeynotjoe avatar May 22 '19 10:05 joeynotjoe

As far as I'm aware there isn't really a queue functionality in Alfred indeed. The only way I could think this would work is to write the tabs to a temporary file containing the tab IDs and then loop over them to close'em.

I haven't yet seen something like that in Alfred but I think it's possible.

It's also a pretty good idea, however I doubt it's usage would allow for this to be built as it could probably require file checks, removals and so on..

niladam avatar May 22 '19 11:05 niladam