Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guess at a group name based on search-engine search terms #498

Open
josh-berry opened this issue Jul 14, 2024 · 2 comments
Open

Guess at a group name based on search-engine search terms #498

josh-berry opened this issue Jul 14, 2024 · 2 comments
Labels
i-enhancement New functionality

Comments

@josh-berry
Copy link
Owner

No description provided.

@josh-berry josh-berry added the i-enhancement New functionality label Jul 14, 2024
@Chealer
Copy link

Chealer commented Aug 2, 2024

I'm not sure what exactly this tracks, but it may be better to prompt for a name when stashing a group of tabs. A non-empty default value could be set either by:

  1. Using the window title, although Firefox (unlike Chromium) doesn't natively allow titling windows (see the Window Titler extension). I would find integration with Window Titler a great progress.
  2. Using the contents of tabs. Window Titler's ticket #75 is very similar and Tab Stash could implement the same without relying on Window Titler.

This really goes to show how related these 2 extensions are. It's particularly sad that they conflict on Window Titler's default keyboard shortcut (Ctrl+Alt+T). And I'm afraid Window Titler is the one which needs/deserves that shortcut the most. I know this massively exceeds this ticket's scope, but I'd still like to use the occasion to throw the idea of merging Window Titler into Tab Stash. While their features are different, we could say their purpose is the same if we consider it as managing tab proliferation. I find it poor that we need to install an extension just to be able to name windows. Considering that titling windows is built in Chromium, it's unlikely that someone who goes through the "trouble" of installing, learning (and likely searching for) Tab Stash would have so little interest in the ability to title windows as to find the insignificant extra footprint detrimental.

I'm thinking this conflict could have a pretty simple solution: Make Ctrl+Alt+T bring up a dialog similar to Window Titler's with a simple change: rather than just an OK button, offer 2 options: a "Just title" button or a "Stash" button. This way, stashing would gain the great ability to name directly, at the only cost of 1 extra keypress in the worst case.

@josh-berry
Copy link
Owner Author

Prompting is definitely not what I want here; that would increase rather than reduce friction. It's already quite easy to rename a group just by clicking on its title. The goal here is to auto-detect the group name based on a user's search in an open tab that's being stashed, so they don't have to name the group manually.

This is entirely unrelated to window titling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i-enhancement New functionality
Projects
None yet
Development

No branches or pull requests

2 participants