https://github.com/damnever/chatgptx.popclipext
:notes: Boost your productivity with PopClip and ChatGPT.
https://github.com/damnever/chatgptx.popclipext
ai chatgpt llm popclip popclip-extensions
Last synced: 10 months ago
JSON representation
:notes: Boost your productivity with PopClip and ChatGPT.
- Host: GitHub
- URL: https://github.com/damnever/chatgptx.popclipext
- Owner: damnever
- License: bsd-3-clause
- Created: 2023-08-05T17:01:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T08:46:36.000Z (12 months ago)
- Last Synced: 2025-07-23T10:33:43.238Z (12 months ago)
- Topics: ai, chatgpt, llm, popclip, popclip-extensions
- Language: TypeScript
- Homepage:
- Size: 440 KB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A [PopClip](https://pilotmoon.com/popclip/) Extension Powered by ChatGPT
NOTE: Installing this extension will trigger a warning as it is not an officially [signed extension](https://github.com/pilotmoon/PopClip-Extensions#extension-signing) from Pilotmoon Software. If you have any doubts, please take the time to review the source code.
Download: [**Buy Me A Coffee**](https://ko-fi.com/s/efa2b30d72) | [**Thanks, Perhaps Next Time**](https://github.com/damnever/ChatGPTx.popclipext/releases/latest/download/ChatGPTx.popclipextz)

## Features
- Chat with ChatGPT using any text you have selected.
- Per application chat histories (the chat histories are only kept for contextual use and are currently hidden).
- The histories will expire automatically if there is no interaction with the application for 20 minutes. Click while holding the shift (⇧) key to force clear the history.
- Opinioned actions:
- Revising texts with reasons.
- Polishing texts and correcting the grammar.
- Translating texts.
- Summarizing texts.
- The above functions will use the primary language by default, click while holding the shift (⇧) key to use the secondary languages.
- Any API that is compatible with [the OpenAI chat completions API](https://platform.openai.com/docs/api-reference/chat/create) is supported.
- Special support for [the Microsoft Azure OpenAI service](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions).
- Base URL format: `https://{resource-name}.openai.azure.com/openai/deployments/{deployment-id}?api-version={api-version}` (it will trim the `/chat/completions` suffix by default)
This extension will attempt to paste(append) the result directly into the active application if the paste command is available. If not, it will copy the result and provide a preview(with possible truncation due to the current limitations of PopClip). NOTE that some applications might have the paste command, but nothing was pasted. You can click while holding option(⌥) to force a preview instead of trying to paste first.
**NOTE:** at the moment, no additional AI services or opinioned actions will be added as there are already too many, making the settings UI too crowded.
## Thanks
This extension is inspired by [chatGPTBox](https://github.com/josStorer/chatGPTBox) and [ChatGPT.popclipext](https://github.com/pilotmoon/PopClip-Extensions/tree/master/source/ChatGPT.popclipext).