Skip to content
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

Auto-clearing old entries #47

Closed
sdragnev opened this issue Jan 13, 2016 · 7 comments
Closed

Auto-clearing old entries #47

sdragnev opened this issue Jan 13, 2016 · 7 comments

Comments

@sdragnev
Copy link

For security's sake, it'd be good if ClipIt had an option to auto-remove entries older than X seconds/minutes.

Usually any multi copying/pasting is done fairly quickly so there's no need to keep most history for very long.

@CristianHenzel
Copy link
Owner

It depends on the usage. As a programmer, for example, I find it very useful that I can paste a code snippet I used 3 days ago and reuse that.
If your usage scenario only includes short copy/paste sessions, you could just do a history clear after each session.

@sdragnev
Copy link
Author

For sure - that's why it should be an option.
Alternatively, a shortcut to clear the history would be beneficial. Manually doing it is pretty cumbersome.

My motivation is security. Copying logins from a password manager and having them hang around by default is iffy.

@CristianHenzel
Copy link
Owner

There is already an option for clearing the history. You need to open the "Manage History" dialog and there click the "Remove all" button.

@sdragnev
Copy link
Author

Yeah, it's 3 clicks which is what I thought is cumbersome.
Hence the request for an option for timed auto-clearing but that would be a little complicated since each item would have to have an age.

Or just a single shortcut. I can live with that! :)

@Maeda1
Copy link

Maeda1 commented Jun 10, 2017

Hi there.

I think it should definitely be an useful option. I think if there is activity in clipit, then old entries deletes (according to existing options), but with no activity, any password is kept in clear, not a good security behavior.

Is it in roadmap ?
There no need to have a high-end option, just that entries deletes after xxx seconds, xxx = user set it.

Thanks :)

facetoe added a commit to facetoe/ClipIt that referenced this issue Jun 13, 2017
facetoe added a commit to facetoe/ClipIt that referenced this issue Jun 13, 2017
@facetoe
Copy link
Contributor

facetoe commented Jun 13, 2017

I submitted a PR (#71) to support this feature.

facetoe added a commit to facetoe/ClipIt that referenced this issue Jun 13, 2017
@CristianHenzel
Copy link
Owner

Merged #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants