-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
core: auto-delete by TTL setting #17
Comments
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. |
Yes, I would like to work on it. |
Ok I'm currently working on the popup side of this (UI that lets the user configure the settings). You can work on ingesting this setting and perform the behavior on entry creation. Does that sound good to you? Let's also start with just the max number of entries auto-delete setting:
The new settings field will be |
Also do you have a rough timeline on when you could do this by? |
Ok, it is ok for me. The timeline depends on my free time. I am going to work on it this week. |
No worries, I totally understand. Also very sorry but because this is a pretty highly requested feature and I'm going to have a lot less free time soon, I went ahead and finished the first type of auto-delete earlier tonight. We still need the auto-delete by TTL version but that one's lower on the priority list so I can leave it to you to finish it whenever you have the time. Just give me a heads up when you begin working on it. Also, feel free to ping me for questions anytime. Do you use Discord? I might make one to make it easier to discuss features. |
No problem, I can work on auto-delete by TTL version. |
@ayoung19 Can you please add the third feature (don't save the text bigger than... ) as well. I've been using this extension but it wants to access my browser history so had to dump this, and installed yours.
|
@dani0332 Sorry to hear about the other extension wanting access to your browsing history. now. One of the main reasons I made this new version is because there wasn't a secure and transparent alternative available. I'll add in the new option ASAP, thanks for the feedback! |
@dani0332 Hey! I think I might have figured out how to prevent the extension from crashing when copying large items but it might be machine/data dependent so if you have the time could you do me a favor and try running the latest version (v1.3.1) in development mode and copying the same sql dumps you previously copied? You can download the latest version here: https://github.com/ayoung19/clipboard-history/releases. It'd also be nice if you could export your clipboard history and import it into the development version when doing this test. I would love to see if this new version works on your machine with your data. |
@dani0332 Just an update, I reverted the changes because there might be an issue with the recursive The size filtering option may still be nice to have even when the extension can support large items though to conserve disk space. |
Auto-delete old entries by giving entries an expiration or after the list hits a certain number of entries.
The text was updated successfully, but these errors were encountered: