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

Save tabs into specific groups based on rules (URL/regex, date, etc.) #530

Open
1 task done
strunberg opened this issue Sep 17, 2024 · 3 comments
Open
1 task done
Labels
i-enhancement New functionality

Comments

@strunberg
Copy link

Problem Statement

It would be nice if we can have options for sorting stored tabs.

Preferred Solution(s)

  • Domain based sorting. For instance I want to be able to create a folder that would dump all youtube videos I tab stashed. All while having the option of not having sub folders such as a folder for specific dates.

  • Option to disable/enable the creation of folders based on the date the folder was created.

Alternative Solution(s)

No response

Additional Context

No response

Vote for This Issue

  • Readers: If you are also interested in seeing this feature be developed, please vote for it by giving the ORIGINAL POST a thumbs-up using the 😃 button below. You are welcome to leave comments and discuss the feature request, but "Me too!" comments are not counted by the voting system.
@strunberg strunberg added the i-enhancement New functionality label Sep 17, 2024
@josh-berry
Copy link
Owner

Not sure I fully understand what you're asking, but there is an issue open for sorting here--is that similar to what you're expecting?

I'm also not sure I understand what you mean by "disable/enable creation of folders by date"--if you try to stash something, it has to go into a folder somewhere, so Tab Stash has to create a folder if one doesn't exist. There's not really any way around it. Can you expand more on what you'd expect to see instead?

Also, FWIW, the search feature will search based on URL as well as title, so searching for "youtube.com" would find all YouTube links across all folders, regardless of where they are stored.

@gDansel
Copy link

gDansel commented Sep 20, 2024

Had a similar thought.

I've been using tab stash for a while now and while I'm very happy with it, one thing I've found my self wishing for is a little bit more control of where a tab is stashed. Admittedly, this is probably more of a UX issue than anything else.

At the moment, when I stash a tab, I use the button next to the tab in the sidebar. In order to directly stash a tab to an existing group I have to find that group in the list and choose to stash active tab into that specific group. It's not a huge issue, but I have enough bookmarks by now that I find my self scrolling up and down the list to find something occasionally.

If you could define a regex or pattern or something for a group, and whenever a tab matching that regex is stashed it is placed there. I.e. if I have a Stash with the regex "(?:.*)?(?:youtube.com)", any tab matching that regex will be placed there. (I did not test that regex)

@josh-berry
Copy link
Owner

Got it; I'm going to re-title this accordingly, because it sounds like this is different from #194 (which is specifically about sorting, rather than automatic grouping, which it sounds like is what you're both asking for here).

@josh-berry josh-berry changed the title Options to sort tabs. Save tabs into specific groups based on rules (URL/regex, date, etc.) Sep 21, 2024
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

3 participants