qutebrowser / qutebrowser-extensions

Extension ideas (and at some point code) for qutebrowser
31 stars 1 forks source link

'midnight' mode for qutebrowser #1

Open jgkamat opened 6 years ago

jgkamat commented 6 years ago

When using emacs-style buffer management instead of tabs, it can be useful to have a way to automatically-clean up unused buffers.

A midnight mode plugin would emulate 'midnight-mode' in emacs, which:

  1. Checks to see if tabs are open but haven't been visited for more than <x> days.
  2. Closes them at midnight or a customizable time
  3. Has a setting to always preserve, ask, or kill pinned tabs.
  4. Has a setting to somehow white-list certain tabs (via regex maybe)