Skip to content

Firefox extension for managing HUGEMONGOUS numbers of browser tabs.

Notifications You must be signed in to change notification settings

pobocks/tab_auditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Auditor

This addon is designed to deal with the author's terrible ADD-fueled tab accretion.

Basically, what this does is allow a user to select a group of tabs whose URI or title match a regex, and either close them or contiguously group them in the tab bar.

Current Features

Filtering

It is possible to filter the list of tabs. This filter is applied to across the concatenated title and URL of each tab.

There are two modes of operation:

  1. space-delimited tokenized whitelist filter. This is the default - tabs containing all of the specified tokens in any order, * is .*, most regex metachars are literalized. A leading ^ character serves as an inverted filter (i.e. anything with that token will NOT match, e.g. things ^stuff means "any tab with things that doesn't have stuff")
  2. raw regex filter. Full JS regex syntax support, .* is .*

Kill per tab

There is a button per tab to kill tab.

Bulk Actions

  • Kill all filtered tabs (.* for all tabs)
  • Collect filtered tabs into new window
  • Deduplicate (by URI) the filtered tabs or all tabs if no filter

To Implement

Basic interface

  • Some sort of list of candidates - possibly dual-window mode (MC-style) or checkboxes and checked items are sticky despite filter?
  • Preview (using thumbs?) for tab on button or mouseover
  • button on candidate to go to tab

Filtering

  • Time:Initial open
  • Time:Last view (feasible?)

Saved filters

  • Provide some mechanism for constructing and saving filters.

Bulk Actions

Known Issues

  • Moving between windows via dragging tab from tabbar to tabbar breaks connection between backend and frontend. Sigh.

About

Firefox extension for managing HUGEMONGOUS numbers of browser tabs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published