maxlath / time-capsule

A WebExtension to send links to your future self
http://maxlath.eu/projects/time-capsule
35 stars 4 forks source link

limit amount of tabs that can be opened at once #9

Closed orschiro closed 1 year ago

orschiro commented 5 years ago

Hi @maxlath,

What a promising extension!

I capsuled two tabs to open every 3 hours.

How can I now verify that indeed they're on the list of capsuled items (other than waiting 3 hours)?

Where does the extension store these entries?

Is there any way to review them?

Thanks!

maxlath commented 5 years ago

yes there is! :D open your browser bookmarks menu (Ctrl+Shift+O on Firefox), you should see a folder named Time Capsules [managed folder], all your capsules should be there

orschiro commented 5 years ago

Found them, thanks! :-)

Now they just need to trigger...what happens if I switch off or suspend my machine?

Does it continue counting the off time or does it resume counting once I am back online?

image

maxlath commented 5 years ago

every time you open your browser, it will check for capsules that should have been opened in the past and open it right away, which results in tabs hell when coming back from long offline vacations ^^

orschiro commented 5 years ago

Oh no! Is that something we can prevent?

That's exactly my fear.

On Sat, 10 Nov 2018, 12:37 Maxime Lathuilière <notifications@github.com wrote:

every time you open your browser, it will check for capsules that should have been opened in the past and open it right away, which results in tabs hell when coming back from long offline vacations ^^

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxlath/time-capsule/issues/9#issuecomment-437577817, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKbw2xNVUVXVbkeaM6mJadyJ0LJjHMwks5utrqPgaJpZM4YX77q .

maxlath commented 5 years ago

At the moment, no. A work around is to not set too many high frequency capsules, keep an hygiene about it (see Advices to keep it sane). Or accept that when coming back of vacations, you start by closing many tabs, that will be re-opened some time in the future anyway

orschiro commented 5 years ago

OK thanks for your advice!

Then, maybe, let's leave this bug open for now until we have found a better solution?

On Sat, 10 Nov 2018 at 16:10, Maxime Lathuilière notifications@github.com wrote:

At the moment, no. A work around is to not set too many high frequency capsules, keep an hygiene about it (see Advices to keep it sane https://maxlath.eu/projects/time-capsule/). Or accept that when coming back of vacations, you start by closing many tabs, that will be re-opened some time in the future anyway

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maxlath/time-capsule/issues/9#issuecomment-437590467, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKbw0Sau9H_dqjE4VTXJJZ76btnL07wks5utuxsgaJpZM4YX77q .

maxlath commented 5 years ago

yes, with an updated title then

maxlath commented 5 years ago

but the problem with any strategy trying to limit the amount of tabs being opened at once is that it knowingly breaks the contract that a given URL will be re-opened at some point in time, which might be important (think tax declaration or anything that neeeeeds to be reopened at a somewhat precise moment)

caponica commented 4 years ago

So long as you only open one of each tab then it's not a big problem. Tab hell will have to be endured as a cost of going on holiday.

maxlath commented 1 year ago

Hi from the future! There is now (v2.3.3) a setting to limit the amount of tabs that can be opened at once: if more tabs are to be opened, they are instead all listed in a single tab.

PS: I have been playing with setting that value to 0, which gives me great satisfaction: always open in overflow mode => super light on resources ^^