ClipMenu icon indicating copy to clipboard operation
ClipMenu copied to clipboard

Treat clipboard like a stack

Open dpmccabe opened this issue 8 years ago • 0 comments

Is there a way to use a Javascript custom command to treat the clipboard like a stack? In other words, when you press the keyboard shortcut for the command, it pastes the top item in the clipboard and removes it? This would be useful in the case where I want to copy many snippets from different places in one app and paste them individually in some other app.

I can't tell on the site's custom command documentation whether there's a way to access the app's queue in order to remove an item after pasting.

dpmccabe avatar May 10 '16 19:05 dpmccabe