p0deje / Maccy

Lightweight clipboard manager for macOS
https://maccy.app
MIT License
13.05k stars 550 forks source link

Show in menu bar what's currently stored in clipboard? #152

Closed orschiro closed 4 years ago

orschiro commented 4 years ago

Hi @p0deje ,

What do you think of a feature to show the currently stored item next to the icon in the menu bar?

Would be handy see at one glance what's currently stored in clipboard!

p0deje commented 4 years ago

That might be useful, but few questions:

  1. How should it show long text?
  2. How images should be shown? Smaller versions?
  3. How files should be shown?
orschiro commented 4 years ago
  1. Maybe limit to X characters, e.g. 20 2./3. I would start with text for now and if others deem useful, this can be expanded to images and files in the future.

What do you think?

Stickyhavr commented 4 years ago

Oooh, this is an interesting option. I think ~20 characters would be enough for text. For an image it could just say [image] and for a file it could say [filename.ext] or [truncatedfilen....ext] where the filename shows the first 15 or so characters and then the extension.

orschiro commented 4 years ago

Great start indeed!

Stickyhavr notifications@github.com schrieb am Mi. 9. Sep. 2020 um 00:49:

Oooh, this is an interesting option. I think ~20 characters would be enough for text. For an image it could just say [image] and for a file it could say [filename.ext] or [truncatedfilen....ext] where the filename shows the first 15 or so characters and then the extension.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/p0deje/Maccy/issues/152#issuecomment-689176748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXQ56E2UFO5GAUDU7BEDSE2YJNANCNFSM4QF7AB7Q .

sbeinlich commented 4 years ago

Was looking into working on this issue. Would this be an optional feature, or the default?

The reason I ask this--I do not believe there is a way to display both the Maccy logo and the current contents of the clipboard in the menu bar with the current Apple APIs.

orschiro commented 4 years ago

I think this should be an optional feature! Others may prefer to only have the Maccy logo.

On Fri, 30 Oct 2020 at 20:35, Scott Beinlich notifications@github.com wrote:

Was looking into working on this issue. Would this be an optional feature, or the default?

The reason I ask this--I do not believe there is a way to display both the Maccy logo and the current contents of the clipboard in the menu bar with the current Apple APIs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/p0deje/Maccy/issues/152#issuecomment-719756101, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXQ5XN53I7IFPN3XE7T3SNMIRDANCNFSM4QF7AB7Q .

orschiro commented 4 years ago

Now, that would be sweet! :)

On Fri, 30 Oct 2020 at 20:46, Scott Beinlich notifications@github.com wrote:

Cool, actually think I found a way to include the logo with the text, I'll look into it

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/p0deje/Maccy/issues/152#issuecomment-719760922, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABJXQ527CQWAMAGN4VQHALSNMJZ7ANCNFSM4QF7AB7Q .

p0deje commented 4 years ago

I actually made it work already but haven't finished the configuration setting with all the localizations. I'll be happy to merge PR given it's fully complete.

orschiro commented 4 years ago

Wow, nice! :)