navorite / sessionic

A web extension to save, manage and restore sessions, windows and tabs.
GNU Affero General Public License v3.0
457 stars 18 forks source link

Add option to search for duplicates #60

Open inson1 opened 8 months ago

inson1 commented 8 months ago

Describe the problem

I hate duplacate tabs (By address, last "/" just delete)

Describe the proposed solution

title

Alternatives considered

.

Importance

nice to have

navorite commented 8 months ago

Duplicate URLs should have the same tab names, in this case, you can just search for tab names and delete the duplicates.

inson1 commented 8 months ago

@navorite yes, but this could automate that - no more searching and looking for them yourself and separately

navorite commented 8 months ago

Well, it is more of a convenience than a necessity. And I'd have to account for edge cases like URLs with different search parameters, as they can produce different results. Maybe I will take this into consideration in a future release, currently, I do not have time to implement this as there are more important things to do.

inson1 commented 8 months ago

@navorite yes, its not top important, but nice feature. I think lot of people could use it, but ofc after fundamental things are done

jadedgnome commented 2 months ago

support regex with that option to account for urls with tracking parameters or forum pages belonging to the same thread, etc.