Hacker News new | ask | show | jobs
by weaksauce 3567 days ago
I made a simple firefox/chrome extension for people like you and me that horde tabs. You might find it useful to find tabs and quickly navigate to them by clicking on the link in the list. It's free and open source. The github page has a gif showing usage.

Chrome Extension: https://chrome.google.com/webstore/detail/tabist/hdjegjggiog...

Firefox Extension: https://addons.mozilla.org/en-US/firefox/addon/tabist/

source code: https://github.com/fiveNinePlusR/tabist

1 comments

Cool! Is it possible to bring up Tabist with a hotkey? (Ideally configurable, but I'll take whatever I can get.) I'd use it all the time then.
It sure it is... any idea what it should be? Firefox has a problem with re-assigning keys but in chrome you can change them inside the extension manager area. There's a bug filed for firefox to fix this.
Any shortcut that could be pressed with one hand on a qwerty keyboard would probably be good.

I'm partial to Ctrl-` since it's cross-platform and seems to be unused, but some international keyboards might have difficulty with that.

Ctrl-Space would also be pretty nice.

can't bind to Ctrl-` because of some limitation of the browser and Ctrl-Space didn't work for some reason as well. I ended up using (ctrl/comamnd)+Shift+E as it didn't seem to have a shortcut assigned to it and it is very easy to use with one hand. Hopefully that works well for most people. I'll update the extensions today but it takes a few days to get code approval on firefox. Chrome update should be available within a few hours of submitting.
Sweet!

My next feature request would be to show the domain (e.g. "news.ycombinator.com") next to each link, like HN does. That'd let ctrl-F find by domain.

Additionally, being able to sort by domain would be good. Not per-window, but globally. Just a big list of tabs. I'm almost never looking for a particular window, but rather a particular tab of a specific site.

Another minor feature request is to put the total number of tabs as a badge number on the icon itself. I.e. instead of just showing tabist's icon, show the icon with "53" on it if I have 53 tabs open.

Or, y'know, it's pretty good how it is now, so feel free to just ignore this. :)

Thanks for the extension!

Thanks for the feedback!

Those are all good ideas and I am likely to implement them. I published the new version so it should be available within a few days for firefox and within a few hours for chrome.

If you have any other issues/feature requests/concerns you can submit an issues over here: https://github.com/fiveNinePlusR/tabist