Git Product home page Git Product logo

Comments (26)

volo1st avatar volo1st commented on August 15, 2024 2

Idea: Optional sorting on pinned tabs
How: Add an option in the options panel so that user can choose if they want the 'pinned tabs' to be sorted or not when they click on "sort all"

from tabsorter2.

kdvlr avatar kdvlr commented on August 15, 2024 2

Idea: Sort Google Docs
How: Currently it sorts by docs.google.com . For just that prefix, maybe allow docs.google.com/spreadsheets, docs.google.com/documents, docs.google.com/presentations to be treated as separate domain

from tabsorter2.

dunesitus avatar dunesitus commented on August 15, 2024 2

Keyboard shortcuts for every function, but I use sort most, so at least for this one.

from tabsorter2.

tsilvs avatar tsilvs commented on August 15, 2024 2

Idea: Option to configute how GUI looks. I personally like less round and more compact buttons from older versions over more round, but dark theme in later versions looks better for me.
How: as two config menu items: one selector for shapes, one for colors

from tabsorter2.

liango2 avatar liango2 commented on August 15, 2024 2

Option to sort within each group, and keep the first open order between groups?
open in turn: a.g2.com;b.g1.com;b.g2.com,a.g1.com
sort result:
a.g2.com,b .g2.com|a.g1.com,b.g1.com

from tabsorter2.

yoasif avatar yoasif commented on August 15, 2024 1

Firefox support? Someone here is interested: https://www.reddit.com/r/firefox/comments/fajy19/is_there_an_addon_that_allows_me_to_seperate_tabs/

from tabsorter2.

tsilvs avatar tsilvs commented on August 15, 2024 1

Idea: Automatic Tab Sorting
How: A checkbox / toggle near Sort buttons. Sort Tabs Advanced for Firefox has this feature.

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024 1

Idea: Automatic Tab Sorting
How: A checkbox / toggle near Sort buttons. Sort Tabs Advanced for Firefox has this feature.

Hey @JeffRockatansky actually pure automatic sorting currently exists and can be toggled in the options - check the toggle: Force active sort.
I've been working on porting TS2 to Firefox using web-ext - so far the results are mixed, and the core of TS2 might need to be rewritten to be more cross-browser, TBD.

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024 1

@Mimieam thanks! Didn't see it initially. Does it have options for how exactly to sort (e.g. by URL, by domain, by title, ascending, descending)? Can't check myself right now.

It has by Url and Title - the domain/subdomain is done by defaults when selecting URL. and Currently, it only sorts ASC

I've been working on porting TS2 to Firefox using web-ext - so far the results are mixed, and the core of TS2 might need to be rewritten to be more cross-browser, TBD.

Happy to know that! Any ETA?

No strong ETA currently because of the push to Manifest version 3, which is kind of a mess right now.

If you could actually share the source code here, we might be able to help with the port. Btw, can you look at #26?

Just did :)

from tabsorter2.

shawn-yee avatar shawn-yee commented on August 15, 2024 1

Add a whitelist to remove duplicate tabs
For example, I'm reading two parts of an article through two tabs (same url), or editing something, i don't want to deduplicate tabs

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Idea: Feedback on clicks
how: On a button click, display some indication ( ✅❌) in the lower coner of the button on success or failure of a command.

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Idea: Horizontal Split
How: split a window top and bottom

from tabsorter2.

gitatmax avatar gitatmax commented on August 15, 2024

The ability to deduplicate not just the current but any tabs, leaving only 1 of each duplicate tab open

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

received via email:

To whom it may concern:
Regarding tab sorter chrome extension:

Can the code of the extension be modified to access the various tab management functions from right-click context menu in addition to the menu bar button?

Thanks, Jon

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Thanks @yoasif, there is currently no plan for supporting Firefox, but if we get more requests for it we will consider it :)

from tabsorter2.

fakhamatia avatar fakhamatia commented on August 15, 2024

Option to change counter color
Add title hint for buttons

from tabsorter2.

tsilvs avatar tsilvs commented on August 15, 2024

Firefox support? Someone here is interested: r/firefox: Is there an addon that allows me to seperate tabs?

Thanks @yoasif, there is currently no plan for supporting Firefox, but if we get more requests for it we will consider it :)

@Mimieam
Idea: +1 on Firefox support.
How: There is a cross-browser extension boilerplate repo. And an article on Mozilla's Extension Workshop. Hope it helps.

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Option to change counter color

Definitely possible

Add title hint for buttons

@fakhamatia Could I have some examples for hints?
the buttons did seem clear to me but I might have overlook somethings :)

from tabsorter2.

tsilvs avatar tsilvs commented on August 15, 2024

Hey @JeffRockatansky actually pure automatic sorting currently exists and can be toggled in the options - check the toggle: Force active sort.

@Mimieam thanks! Didn't see it initially. Does it have options for how exactly to sort (e.g. by URL, by domain, by title, ascending, descending)? Can't check myself right now.

I've been working on porting TS2 to Firefox using web-ext - so far the results are mixed, and the core of TS2 might need to be rewritten to be more cross-browser, TBD.

Happy to know that! Any ETA?

If you could actually share the source code here, we might be able to help with the port. Btw, can you look at #26?

from tabsorter2.

FarisHijazi avatar FarisHijazi commented on August 15, 2024

add a tooltip description when hovering over each button

sometimes I don't know what some buttons do, would be nice to have a tooltip instead of reading the docs

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

@FarisHijazi There actually were tooltips for every button but it quickly cluttered the space and the layout/position was getting in the way... I'm still looking into how to make the buttons more intuitive ( via renaming or maybe revisiting tooltips if I can find a design that's clean.

do you mind sharing which buttons you find most confusing?

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Via email: "it would be nice to have a Copy button and shortcut, that would copy all URLs of the current window to the clipboard"

from tabsorter2.

xgrommx avatar xgrommx commented on August 15, 2024

Please answer #28 (comment)

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

Please answer #28 (comment)

Done :)

from tabsorter2.

FarisHijazi avatar FarisHijazi commented on August 15, 2024

Please add a "group tabs" option, one that uses titles to cluster the repeated words together, cuz we can't just depend on the name of the website or path.

Sometimes i have some github pages open about project X, and i have a bunch of stackoverflow pages on project X

I want all the ones with X to be in one place (automatically)

from tabsorter2.

Mimieam avatar Mimieam commented on August 15, 2024

received via email:

Could you display how long a tab has been opened for and how many times it was visited?

idea: Page Stats
How: use content script to inject an active page with relevant info such as:

  • open since: X hrs ago
  • visited: X times
  • total time on this page/domain? (not sure if this one is useful..)

from tabsorter2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.