Skip to content

Add ChatGPT Prompt extension to contrib#1323

Open
GravityPoet wants to merge 2 commits intopilotmoon:masterfrom
GravityPoet:add-chatgpt-prompt-contrib-extension
Open

Add ChatGPT Prompt extension to contrib#1323
GravityPoet wants to merge 2 commits intopilotmoon:masterfrom
GravityPoet:add-chatgpt-prompt-contrib-extension

Conversation

@GravityPoet
Copy link
Copy Markdown

Summary

Adds a new extension at contrib/ChatGPTPrompt.popclipext.

This extension keeps direct send behavior for ChatGPT while adding a dialog step to collect a follow-up question before sending.

What it does

  1. User selects text.
  2. PopClip action opens a question dialog.
  3. Extension composes:
【原文】
<selected text>

【问题】
<follow-up question>
  1. Opens https://chatgpt.com/?q=... to send through ChatGPT's URL flow.

Advantages vs existing ChatGPT Website extension

Compared with 73pbck (ChatGPT Website), this extension adds:

  • Inline follow-up question dialog before sending.
  • Structured prompt format for better context clarity.
  • Same direct-send URL path (q) for simple no-clipboard workflow.

Included files

  • Config.json
  • chatgpt.applescript
  • Readme.md

Manual test

  • Verified popup dialog behavior.
  • Verified URL encoding and ChatGPT URL opening.
  • Verified AppleScript compiles on macOS.

@GravityPoet
Copy link
Copy Markdown
Author

Hi maintainer, friendly ping for review when you have time. I have validated the extension behavior locally and can update promptly if any changes are required. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant