LibCopyPaste

Libraries

Library for opening a frame for the player to copy or paste text into

WoW 10.1.5 Needs Update

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +0 Jun 2, 11 AM
Peak hour +0 Jun 4, 9 AM
Average +0 per hour

About this addon

What it does

Functions:
Copy(title, text)
title - Title of the copy window
text - Text to be copied in the window

Paste(title, callback)
title - Title of the window
callback - Function that will be run when the Okay button is clicked on the paste window. The text entered will be passed as the first argument.

 

local LibCopyPaste = LibStub("LibCopyPaste-1.0")

LibCopyPaste:Copy("Window Title Here", "Text to be copied")
LibCopyPaste:Paste("Window Title Here", function(text)
     print(text) -- Prints the text entered by the user
end)

 

At-a-glance numbers

Performance highlights

  • Peaked at Hot #3004 on May 16, 2026.
  • Peaked at Rising #5582 on May 18, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 1 release in the last 30 days.
  • Averaging 0 new downloads per day over the past week.

Discover more

Keep exploring

Similar addons you might also want to check out.