mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.43k stars 175 forks source link

Sort tabs once each N seconds #1599

Closed valeriy-zainullin closed 6 months ago

valeriy-zainullin commented 6 months ago

Description

Right now there is an option to sort tabs, but it requires user interaction. Is it possible to have it run automatically?

Right now I use a patched Sort Tabs By Domain (https://github.com/valeriy-zainullin/w3x-taborder), it doesn't work well with separate panels feature. I understand that there should be more than one person who wants the feature for it to be implemented.

rieje commented 6 months ago

Using a binding to sort tabs is not enough? Sounds like a nightmare having order of tabs change periodically automatically and requires an internal timer for a trivial operation.

valeriy-zainullin commented 6 months ago

Using a binding to sort tabs is not enough? Sounds like a nightmare having order of tabs change periodically automatically and requires an internal timer for a trivial operation.

I wanted my clutter to self organize. Not interact with it for the thing to happen. Yeah, tabs may slip out of pointer due to sorting. I have small number of tabs in panels in sidebery and it doesn't make me search tabs.

Thanks for your opinion!

But I may be the only one, who wants the feature. So if someone else shows up, who needs that, maybe the idea is useful. Otherwise, it's a special case :)

albino1 commented 6 months ago

Personally, if my tabs were somewhere, and then suddenly they were somewhere else, I would lose my mind. But everybody's needs are different I guess.

valeriy-zainullin commented 6 months ago

I've actually topic-separated my tabs into panels. And now I think a hotkey is enough.