ayoung19 / clipboard-history

A chrome extension for managing your clipboard history securely, efficiently, and effortlessly.
https://chromewebstore.google.com/detail/clipboard-history-pro-sec/ombhfdknibjljckajldielimdjcomcek?hl=en
Apache License 2.0
13 stars 1 forks source link

core: auto-delete settings #17

Open ayoung19 opened 2 days ago

ayoung19 commented 2 days ago

Auto-delete old entries by giving entries an expiration or after the list hits a certain number of entries.

Ribas160 commented 17 hours ago

The easiest way is to remove entries by list length. But it is possible to do both and allow the user to switch between them and change the settings (max list length, number of minutes/hours/days). It depends on your goal and the complexity you want to add to the application.

ayoung19 commented 15 hours ago

Users are requesting the option to auto-delete both ways. Here is the inspiration (first two options):

image

Did you want to take this on?

Ribas160 commented 3 hours ago

Yes, I would like to work on it.