[Feature Requests / Discussions] - Clipboard Manager Plugin
See original GitHub issueHey guys, what do you think about a clipboard manager plugin for Cerebro?
Sometimes you accidentally copy some text over something important in the clipboard and it gets deleted. Cerebro is always in the background, so the plugin would be able to store all the copied text/images and maybe save it every 10 minute to a json file, or something.
It could be open in two ways:
- Open Cerebro and manually type in
#
symbol (or something likecopy buffer
) - Pressing
ctrl + shift + spacebar
opens up Cerebro and automatically puts#
symbol in.
(the shortcut should be changeable from settings)
I’ve create a quick design sketch, what do you think?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Clipboard Manager Plugin · Issue #166 · cerebroapp/cerebro
Hey guys, what do you think about a clipboard manager plugin for Cerebro? Sometimes you accidentally copy some text over something important ...
Read more >Clipboard Manager / Feature Requests - SourceForge
Windows clipboard extension · Summary · Files · Reviews · Support · Tickets ▾ · Support Requests · Feature Requests · News ·...
Read more >Clipboard Append - Forum «Feature Requests - Actual Tools
Hello, I would like to see the ability to append to the current clipboard. There are many time I need to paste into...
Read more >Add ability to copy image to clipboard - Feature Requests
In my app I have a button to copy an image (a screenshot of the current window) to the clipboard. It's done using...
Read more >Feature Request - Bidirectional Clipboard Saving • Discussions ...
I was a little disappointed when it didn't show up there. Are there any plans to have the clipboard history accumulate copied text...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@KELiON Oh nice, I didn’t know it’s already been created. I would agree, @codingmatty’s version is quite good.
As for the shortcut for the
clipboard
plugin, I think we could’ve implement it very easily:There’s a
ctrl + spacebar
shortcut for opening the Cerebro, right? So why wouldn’t we add another function for thectrl + shift + spacebar
shortcut, which would open Cerebro AND add the wordclipboard
to the input? Would that work?I’m not sure what do you mean by mixing the clipboard with snippets managers, though. What benefits would that give to us?
Moving discussion to clipboard plugin repository