codingmatty / cerebro-plugin-clipboard

Cerebro plugin to record and fetch list of items on clipboard
13 stars 1 forks source link

Clear Clipboard function #1

Closed CMiksche closed 7 years ago

CMiksche commented 7 years ago

Hello,

a simple function to clear the clipboard history would be nice.

It could be activated by entering "clear clipboard" in Cerebro.

codingmatty commented 7 years ago

Just saw this mentioned in this issue as well. Definitely next up 👍

codingmatty commented 7 years ago

This is fixed with v1.2.1 Use the following to clear clipboard history, as well as the current clipboard item (I could fix that part if that's not exactly the functionality we want): clipboard clear

CMiksche commented 7 years ago

Thanks. That's exactly what i want ;-)

dharmeshkakadia commented 7 years ago

Ia it possible to selectively remove items from the history ?

codingmatty commented 7 years ago

Sure. That shouldn't be too hard.

I could try to make it a button in the preview portion. Maaaybe using the delete key when you are on the item that you want to delete..

On Tue, Jul 4, 2017 at 3:27 PM Dharmesh Kakadia notifications@github.com wrote:

Ia it possible to selectively remove items from the history ?

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/codingmatty/cerebro-plugin-clipboard/issues/1#issuecomment-312948557, or mute the thread https://github.com/notifications/unsubscribe-auth/AF1fkBJngtChp94I2HlCIt0rHMKOrB5uks5sKqAugaJpZM4MMbTG .

dharmeshkakadia commented 7 years ago

That would help removing sensitive info from the history :)