p0deje / Maccy

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

AI Prompt Manger? #940

Open stanislavkozlovski opened 1 week ago

stanislavkozlovski commented 1 week ago

Before Submitting Your Feature Request

Problem

Using AI prompts is a very similar problem to the clipboard management, but easier to solve:

It would be amazing to have a Maccy feature directly that allows you to achieve this. To generalize it - it's basically a separate "clipboard folder" that you manually upload clipboards to, and use different hotkeys to pull up.

Solution

No response

stanislavkozlovski commented 1 week ago

One hacky idea to achieve this for myself with least effort is:

  1. fork Maccy
  2. change the name/etc. so it is a separate executeable. call it Prompty
  3. very carefully upload prompts via some hacky script that a) copies them to the clipboard so they go there, b) disabled Prompty auto clipboard update via the defaults write org.p0deje.Prompty ignoreEvents true command (as is in the readme)