PulseAugur
LIVE 02:50:56
tool · [1 source] · · 中文(ZH) 自製程式:可自定義功能的 ClipboardAssistant 在 PowerToys 的「進階貼上」可以串接第三方的 AI 服務 後,Heresy 有好一段時間都透過他的自定義提示詞、並搭配快速鍵的功能,來使用 LLM 的服務進行快速翻譯。 不過,進階貼上的快速鍵實際上沒有辦法直接針對單一指令設定全域快速鍵、所以操作

Developer creates custom AI Clipboard Assistant for streamlined workflows

A developer created a custom application called Clipboard Assistant using C++ and Qt 6 to streamline AI-powered tasks. This tool allows users to define custom workflows, triggered by hotkeys, that process clipboard content. It integrates with services like OpenAI API and Google Gemini API for tasks such as text translation or image explanation, and also supports regular expressions, JavaScript processing, and external program execution to enhance efficiency. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Streamlines AI workflows for users by automating repetitive tasks like translation and explanation via custom hotkey-triggered processes.

RANK_REASON The cluster describes a custom-built software tool designed to integrate with existing AI services.

Read on Mastodon — fosstodon.org →

Developer creates custom AI Clipboard Assistant for streamlined workflows

COVERAGE [1]

  1. Mastodon — fosstodon.org TIER_1 中文(ZH) · [email protected] ·

    DIY Program: ClipboardAssistant with Customizable Features. After PowerToys' 'Advanced Paste' could connect to third-party AI services, Heresy has been using LLM services for quick translation for a while through his custom prompts and shortcut key functions. However, the shortcut keys for Advanced Paste cannot directly set global shortcuts for a single command, so the operation

    自製程式:可自定義功能的 ClipboardAssistant 在 PowerToys 的「進階貼上」可以串接第三方的 AI 服務 後,Heresy 有好一段時間都透過他的自定義提示詞、並搭配快速鍵的功能,來使用 LLM 的服務進行快速翻譯。 不過,進階貼上的快速鍵實際上沒有辦法直接針對單一指令設定全域快速鍵、所以操作上算是有點麻煩;再加上他的設計概念畢竟是「貼上」,所以和 Heresy 只是想看結果的使用情境也有相當的落差。 後來忽然在想、既然現在可以叫 AI 寫程式了,那乾脆就寫一個符合個人需求的吧!所以,就有 Clipboard Assistant…