babyman / quick-tabs-chrome-extension

A quick tab list and switch plugin inspired by the intelliJ IDEA java IDE
BSD 3-Clause "New" or "Revised" License
985 stars 171 forks source link

Ability to search in Tabs Outliner DB ? #354

Open macsunmood opened 3 years ago

macsunmood commented 3 years ago

Hello! First of all thank you for the great extension, it's really useful and well-done.

My feature request may come as something extremely important for hundreds of thousands of TO users out there. One of the lacking (but crucial) options in Tabs Outliner extension is ability to filter search tabs and windows/groups titles ! Sadly, Tabs Outliner is currently abandoned, thus making hopeless the forthcoming of any new useful features.

Adding this option to Quick Tabs will make the use of both these chrome extensions in conjunction a great, level-up UI experience. The Quick Tabs solution may play the game!

P.S. Btw, TO db is simply an sqlite3, storing table with hierarchy of tabs in json. Unfortunately I'm not yet enough proficient in JS to be able to fully contribute.

jaekyeom commented 3 years ago

As a Tabs Outliner user I would love this feature, but I'm not sure if accessing TO's data from this extension without modifying TO is even possible.

macsunmood commented 3 years ago

As a Tabs Outliner user I would love this feature, but I'm not sure if accessing TO's data from this extension without modifying TO is even possible.

@jaekyeom Do you mean some additional permissions needed to read the local db file? Could certainly be the case..

jaekyeom commented 3 years ago

@macsunmood Afaik, yes. Actually, I believe it should be more hacky than just additional permissions to do that (e.g., writing a native application that reads and passes the DB for Quick Tabs, storing TO's DB in a synced storage service and reading it from Quick Tabs, ...).

macsunmood commented 3 years ago

@jaekyeom what do you think about back engineering TO ?

SamHasler commented 3 years ago

@macsunmood are you aware of the Tab Fern extension: https://chrome.google.com/webstore/detail/tabfern-tab-manager-and-b/hbajjpcdbninabigakflkhiogmmjaakm https://github.com/cxw42/TabFern

It's not got all the features of Tab Outliner but contributing to that would probably be quicker than starting from scratch.

macsunmood commented 3 years ago

@SamHasler I'm quite aware of it and have been using it for a while, and, pardon me, it heavily sucks against the background of TO in terms of UI/UX and overall GUI speed. I really doubt it would be the good way, and TO has all the scripts open in it's core folder, it's just a great pity I'm not very proficient in JS to be able to reasonably back engineer it (I code python 95% time myself).

macsunmood commented 3 years ago

@SamHasler are you interested in reverse engineering some TO guts and making it orders of magnitude better? :)

jaekyeom commented 3 years ago

@jaekyeom what do you think about back engineering TO ?

I'm not sure what you meant by back engineering exactly, but I can't imagine a clean working solution to this issue 😢

SamHasler commented 3 years ago

@macsunmood my time is limited. I'd rather contribute incremental improvements to an existing open source project than start a project of my own from scratch. I might have some time soon (a few hours) to work on some Tab Fern improvements and that's it.

rubycoder commented 3 years ago

@jaekyeom I think back engineering == reverse engineering

macsunmood commented 3 years ago

@rubycoder you're right. TO is currently still the best browser tabs management extension on the planet. Abandoned.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.