Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.22 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.22 KB

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.