This tool monitors the clipboard for new copy events, sends the content to the ChatGPT API, and replaces the clipboard content with the response.
- No API key required
- Its running in the background so no one can actually see that you are using SilentGPT
- Copy specific commands to your clipboard for running actions (read below)
- This tool can remember the previous conversation like in the normal ChatGPT interface
- This tool can play a sound (windows sound) for notifying you as soon as the answer is in your clipboard
If you want to execute one of the following actions you just have to copy the command into your clipboard
- Enable / Disable SilentGPT
SILENTGPT_STANDBY
- Close SilentGPT
SILENTGPT_CLOSE
- Toggle notifications (disabled by default)
SILENTGPT_NOTIFY
- Toggle remembering conversations (disabled by default)
SILENTGPT_REMEMBER_CONVERSATION
-
Requirements:
- Java Development Kit (JDK) 11 or higher
-
Download:
- Download the latest release from the Releases page.
-
Start:
-
Run the JAR file via command-line or just double click it:
java -jar SilentGPT.jar
-
-
Monitor Clipboard:
- Copy text to the clipboard. The tool will automatically send the text to the ChatGPT API and replace the clipboard content with the response.
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Gson for JSON processing
- aiforcause for accessing ChatGPT API