EvilGenius-dot / QuickPaste

QuickPaste is a cross platform clipboard management tool that allows users to easily manage and access commonly used custom text fragments. It is hidden in the system taskbar and can be quickly selected and pasted by clicking on the pop-up shortcut menu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickPaste

QuickPaste is a lightweight and cross platform clipboard management tool designed to improve work efficiency. This software allows users to easily add, manage, and access commonly used custom clipboard content. Through simple click operations, QuickPaste can pop up a shortcut paste menu from the system taskbar, allowing users to quickly select and paste text fragments or code. At runtime, QuickPaste will be hidden in the system taskbar, not interfering with your workflow, providing a clean and non-interference user experience. Whether you are a programmer, writer, or data analyst, QuickPaste is a powerful assistant for optimizing your workflow and saving time.

COMPILE

  1. Download source code
git clone https://github.com/EvilGenius-dot/QuickPaste.git
  1. Run in the source directory
npm install

or

pnpm install
  1. Building binary executable files for different platforms

windows

npm run dist -- -w

macos

npm run dist -- -m

debug

npm run start

After the program starts, you can see the program icon in the taskbar.

About

QuickPaste is a cross platform clipboard management tool that allows users to easily manage and access commonly used custom text fragments. It is hidden in the system taskbar and can be quickly selected and pasted by clicking on the pop-up shortcut menu.


Languages

Language:JavaScript 76.3%Language:HTML 23.7%